| Total Complexity | 6 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class ResultSimplifier { |
||
| 13 | 4 | ||
| 14 | 4 | public function newSubjectCollection( QueryResult $result ): SubjectCollection { |
|
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param DIWikiPage $resultPage |
||
| 26 | * @param PrintRequest[] $printRequests |
||
| 27 | * @param QueryResult $result |
||
| 28 | * @return Subject |
||
| 29 | 3 | */ |
|
| 30 | 3 | private function newSubject( DIWikiPage $resultPage, array $printRequests, QueryResult $result ): Subject { |
|
| 43 | } |
||
| 44 | |||
| 45 | private function newResultArray( DIWikiPage $resultPage, PrintRequest $printRequest, QueryResult $result ): ResultArray { |
||
| 50 |
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