summaryrefslogtreecommitdiffstats
path: root/php-cs-fixer-autoload.patch
blob: 983d89a0c89661e8d615c7dcf04502bdb897d6fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -up ./php-cs-fixer.rpm ./php-cs-fixer
--- ./php-cs-fixer.rpm	2022-01-14 15:01:36.281743286 +0100
+++ ./php-cs-fixer	2022-01-14 15:01:59.983646138 +0100
@@ -85,7 +85,7 @@ set_error_handler(static function ($seve
 
     if ($require) {
         // OK, it's not, let give Composer autoloader a try!
-        $possibleFiles = [__DIR__.'/../../autoload.php', __DIR__.'/../autoload.php', __DIR__.'/vendor/autoload.php'];
+        $possibleFiles = ['/usr/share/php-cs-fixer/vendor/autoload.php'];
         $file = null;
         foreach ($possibleFiles as $possibleFile) {
             if (file_exists($possibleFile)) {