Skip to content

Commit 29b5698

Browse files
authored
Merge pull request #2 from Roave/fix/correct-autoload-path-reference
Corrected reference to `vendor/autoload.php`
2 parents 57cd5fa + 70e287c commit 29b5698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/roave-no-leaks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
1111
require_once __DIR__ . '/../vendor/autoload.php';
1212
} else {
13-
require_once __DIR__ . '/../../../vendor/autoload.php';
13+
require_once __DIR__ . '/../../../autoload.php';
1414
}
1515

1616
$_SERVER['argv'][] = '--repeat=3';

0 commit comments

Comments
 (0)