We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cac318 commit fd079b9Copy full SHA for fd079b9
parallel-lint
@@ -40,6 +40,7 @@ $autoloadLocations = [
40
getcwd() . '/../../autoload.php',
41
__DIR__ . '/../vendor/autoload.php',
42
__DIR__ . '/../../../autoload.php',
43
+ __DIR__ . '/../../autoload.php',
44
];
45
46
$loaded = false;
0 commit comments