Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fd079b9

Browse files
erkensgrogy
authored andcommitted
Fix vendor location
Fixing issue with autoloader when executing from outside the source directory: #1
1 parent 5cac318 commit fd079b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎parallel-lint‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ $autoloadLocations = [
4040
getcwd() . '/../../autoload.php',
4141
__DIR__ . '/../vendor/autoload.php',
4242
__DIR__ . '/../../../autoload.php',
43+
__DIR__ . '/../../autoload.php',
4344
];
4445

4546
$loaded = false;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /