From 13d1576dad99332bf780223a77dbbf6a2379dd37 Mon Sep 17 00:00:00 2001 From: "Dr. Tobias Quathamer" Date: Thu, 11 Jan 2024 20:12:44 +0100 Subject: [PATCH] Remove unneeded requirement of autoload file --- .php-cs-fixer.dist.php | 2 -- 1 file changed, 2 deletions(-) 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')