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 e79f499 commit eb2ec1aCopy full SHA for eb2ec1a
bin/codacycoverage
@@ -2,6 +2,7 @@
2
<?php
3
4
$files = array(
5
+ "vendor/autoload.php", // this one should be looked for first
6
__DIR__ . "/../../vendor/autoload.php",
7
__DIR__ . "/../../../autoload.php",
8
dirname(__DIR__) . "/vendor/autoload.php"
0 commit comments