| Total Complexity | 4 |
| Total Lines | 49 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class CurlLinkChecker implements LinkChecker |
||
| 11 | { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * Return cache |
||
| 15 | * |
||
| 16 | * @return Zend_Cache_Frontend |
||
| 17 | */ |
||
| 18 | protected function getCache() |
||
| 24 | ); |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Determine the http status code for a given link |
||
| 29 | * |
||
| 30 | * @param string $href URL to check |
||
| 31 | * @return int HTTP status code, or null if not checkable (not a link) |
||
| 32 | */ |
||
| 33 | public function checkLink($href) |
||
| 61 |
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