]> git.mxchange.org Git - friendica.git/commitdiff
Remove unneeded requirement of autoload file
authorDr. Tobias Quathamer <toddy@debian.org>
Thu, 11 Jan 2024 19:12:44 +0000 (20:12 +0100)
committerDr. Tobias Quathamer <toddy@debian.org>
Mon, 15 Jan 2024 11:05:51 +0000 (12:05 +0100)
.php-cs-fixer.dist.php

index 897c6f1104b82d33bd248a175b9749409c17d183..a563234771014d69463a54840b6f10a14b87b903 100644 (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')