| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | class IP extends AbstractApi |
||
|
|
|||
| 20 | { |
||
| 21 | /** |
||
| 22 | * Get information about one or more IP addresses. |
||
| 23 | * |
||
| 24 | * @param array<string>|string $ip One or more IP addresses (comma-separated) |
||
| 25 | * @param 'json'|'xml'|'yaml' $format Response format (default: json) |
||
| 26 | * |
||
| 27 | * @throws Exception |
||
| 28 | */ |
||
| 29 | 5 | public function sendRequest(array|string $ip, string $format = 'json'): string |
|
| 36 |
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