Remove unneeded requirement of autoload file
This commit is contained in:
parent
6cea1c3472
commit
13d1576dad
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue
Block a user