| Total Complexity | 2 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 24 | class CemeteryReportModule extends AbstractModule implements ModuleReportInterface |
||
| 25 | { |
||
| 26 | use ModuleReportTrait; |
||
| 27 | |||
| 28 | public function title(): string |
||
| 29 | { |
||
| 30 | // This text also appears in the .XML file - update both together |
||
| 31 | /* I18N: Name of a module/report */ |
||
| 32 | return I18N::translate('Burials'); |
||
| 33 | } |
||
| 34 | |||
| 35 | public function description(): string |
||
| 40 | } |
||
| 41 | } |
||
| 42 |
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