Skip to content

Commit de81f0a

Browse files
committed
Fix running from other folder
1 parent 0deca4c commit de81f0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parallel-lint

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ if (!defined('PHP_VERSION_ID') || PHP_VERSION_ID < 50400) {
3838
$autoloadLocations = [
3939
getcwd() . '/vendor/autoload.php',
4040
getcwd() . '/../../autoload.php',
41+
__DIR__ . '/vendor/autoload.php',
4142
__DIR__ . '/../vendor/autoload.php',
4243
__DIR__ . '/../../../autoload.php',
4344
__DIR__ . '/../../autoload.php',

0 commit comments

Comments
 (0)