| Total Complexity | 4 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | class CheckExternalLinksJob extends AbstractQueuedJob implements QueuedJob |
||
| 18 | { |
||
| 19 | |||
| 20 | public function getTitle() |
||
| 21 | { |
||
| 22 | return _t(__CLASS__ . '.TITLE', 'Checking for external broken links'); |
||
| 23 | } |
||
| 24 | |||
| 25 | public function getJobType() |
||
| 28 | } |
||
| 29 | |||
| 30 | public function getSignature() |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Check an individual page |
||
| 37 | */ |
||
| 38 | public function process() |
||
| 47 |
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