We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0deca4c commit de81f0aCopy full SHA for de81f0a
parallel-lint
@@ -38,6 +38,7 @@ if (!defined('PHP_VERSION_ID') || PHP_VERSION_ID < 50400) {
38
$autoloadLocations = [
39
getcwd() . '/vendor/autoload.php',
40
getcwd() . '/../../autoload.php',
41
+ __DIR__ . '/vendor/autoload.php',
42
__DIR__ . '/../vendor/autoload.php',
43
__DIR__ . '/../../../autoload.php',
44
__DIR__ . '/../../autoload.php',
0 commit comments