mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Remove unneeded requirement of autoload file
This commit is contained in:
parent
6cea1c3472
commit
13d1576dad
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
require_once __DIR__ . '/bin/dev/php-cs-fixer/vendor/autoload.php';
|
|
||||||
|
|
||||||
$finder = PhpCsFixer\Finder::create()
|
$finder = PhpCsFixer\Finder::create()
|
||||||
->in(__DIR__)
|
->in(__DIR__)
|
||||||
->notPath('bin/dev')
|
->notPath('bin/dev')
|
||||||
|
|
Loading…
Reference in a new issue