| Conditions | 5 |
| Paths | 7 |
| Total Lines | 12 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 36 | public function iterate($params, $url) |
||
| 37 | { |
||
| 38 | |||
| 39 | foreach ($params as $key => $value) { |
||
| 40 | if (is_bool($value)) { |
||
| 41 | $value = $value ? 'true' : 'false'; |
||
| 42 | } |
||
| 43 | |||
| 44 | if (!is_array($value)) { |
||
| 45 | $this->assertStringContainsString($value, urldecode($url)); |
||
| 46 | } else { |
||
| 47 | $this->iterate($value, $url); |
||
| 48 | } |
||
| 52 |
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