| Conditions | 3 |
| Paths | 4 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | public function __construct(array $options, array $additional = []) |
||
| 17 | { |
||
| 18 | $this->base = rtrim($additional['base_uri'], '/').'/'; |
||
| 19 | unset($additional['base_uri']); |
||
| 20 | |||
| 21 | $this->params = !empty($options['params']) ? $options['params'] : []; |
||
| 22 | $this->urlParams = !empty($options['url_params']) ? array_merge($options['url_params'], $additional) : $additional; |
||
| 23 | } |
||
| 80 |
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