| Total Complexity | 6 |
| Total Lines | 41 |
| Duplicated Lines | 0 % |
| Coverage | 47.06% |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 5 | class Helper |
||
| 6 | { |
||
| 7 | 11 | public static function getDomElements(\DOMNodeList $nodeList, ?string $nodeName): array |
|
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @see https://stackoverflow.com/q/413071/2732184 |
||
| 28 | * @see https://www.regextester.com/97707 |
||
| 29 | */ |
||
| 30 | public static function translate(string $text, string $pattern = '/[^{\}]+(?=})/'): string |
||
| 48 |
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