Skip to content

Commit 70e287c

Browse files
committed
Corrected reference to vendor/autoload.php
1 parent 57cd5fa commit 70e287c

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)