| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | class MapGeoLocationNominatim extends AbstractModule implements ModuleMapGeoLocationInterface |
||
| 28 | { |
||
| 29 | use ModuleConfigTrait; |
||
| 30 | use ModuleMapGeoLocationTrait; |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Name of the map provider. |
||
| 34 | * |
||
| 35 | * @return string |
||
| 36 | */ |
||
| 37 | public function title(): string |
||
| 40 | } |
||
| 41 | |||
| 42 | public function isEnabledByDefault(): bool |
||
| 47 |
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