We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceefe56 commit 974aadbCopy full SHA for 974aadb
bin/codacycoverage
@@ -2,10 +2,10 @@
2
<?php
3
4
$files = array(
5
- "vendor/autoload.php", // this one should be looked for first
+ dirname(__DIR__) . "/vendor/autoload.php",
6
__DIR__ . "/../../vendor/autoload.php",
7
__DIR__ . "/../../../autoload.php",
8
- dirname(__DIR__) . "/vendor/autoload.php"
+ "vendor/autoload.php"
9
);
10
11
$found = false;
0 commit comments