| Conditions | 2 |
| Paths | 2 |
| Total Lines | 13 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 84 | public function raw() |
||
| 85 | { |
||
| 86 | $url = $this->url; |
||
| 87 | |||
| 88 | if ($this->method === self::GET) { |
||
| 89 | $url = $this->url . '?' . http_build_query($this->query); |
||
| 90 | } |
||
| 91 | |||
| 92 | return (object) [ |
||
| 93 | 'url' => $url, |
||
| 94 | 'query' => $this->query, |
||
| 95 | 'method' => $this->method, |
||
| 96 | 'url_original' => $this->url, |
||
| 97 | ]; |
||
| 100 |
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