Skip to content

Commit eb2ec1a

Browse files
committed
make vendor/autoload.php first file to look for.
1 parent e79f499 commit eb2ec1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/codacycoverage

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<?php
33

44
$files = array(
5+
"vendor/autoload.php", // this one should be looked for first
56
__DIR__ . "/../../vendor/autoload.php",
67
__DIR__ . "/../../../autoload.php",
78
dirname(__DIR__) . "/vendor/autoload.php"

0 commit comments

Comments
 (0)