Remove unneeded requirement of autoload file

This commit is contained in:
Dr. Tobias Quathamer 2024-01-11 20:12:44 +01:00
parent 6cea1c3472
commit 13d1576dad
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
declare(strict_types=1);
require_once __DIR__ . '/bin/dev/php-cs-fixer/vendor/autoload.php';
$finder = PhpCsFixer\Finder::create()
->in(__DIR__)
->notPath('bin/dev')