From: Dr. Tobias Quathamer <toddy@debian.org>
Date: Thu, 11 Jan 2024 19:12:44 +0000 (+0100)
Subject: Remove unneeded requirement of autoload file
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=13d1576dad99332bf780223a77dbbf6a2379dd37;p=friendica.git

Remove unneeded requirement of autoload file
---

diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php
index 897c6f1104..a563234771 100644
--- a/.php-cs-fixer.dist.php
+++ b/.php-cs-fixer.dist.php
@@ -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')