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 93a9689 commit 145fbc8Copy full SHA for 145fbc8
parallel-lint
@@ -35,14 +35,14 @@ if (!defined('PHP_VERSION_ID') || PHP_VERSION_ID < 50400) {
35
exit(254);
36
}
37
38
-$autoloadLocations = [
+$autoloadLocations = array(
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',
45
-];
+);
46
47
$loaded = false;
48
foreach ($autoloadLocations as $autoload) {
0 commit comments