We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vendor/autoload.php
1 parent 57cd5fa commit 70e287cCopy full SHA for 70e287c
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