We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57cd5fa + 70e287c commit 29b5698Copy full SHA for 29b5698
bin/roave-no-leaks.php
@@ -10,7 +10,7 @@
10
if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
11
require_once __DIR__ . '/../vendor/autoload.php';
12
} else {
13
- require_once __DIR__ . '/../../../vendor/autoload.php';
+ require_once __DIR__ . '/../../../autoload.php';
14
}
15
16
$_SERVER['argv'][] = '--repeat=3';
0 commit comments