Total Complexity | 4 |
Total Lines | 45 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class CurlLinkChecker implements LinkChecker |
||
12 | { |
||
13 | |||
14 | /** |
||
15 | * Return cache |
||
16 | * |
||
17 | * @return Zend_Cache_Frontend |
||
|
|||
18 | */ |
||
19 | protected function getCache() |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * Determine the http status code for a given link |
||
26 | * |
||
27 | * @param string $href URL to check |
||
28 | * @return int HTTP status code, or null if not checkable (not a link) |
||
29 | */ |
||
30 | public function checkLink($href) |
||
58 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths