Remove unneeded requirement of autoload file

pull/13824/head
Dr. Tobias Quathamer 2024-01-11 20:12:44 +01:00
rodzic 6cea1c3472
commit 13d1576dad
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -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')