| Total Complexity | 1 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 13 | class NotifierDashboard extends Page |
||
| 14 | { |
||
| 15 | protected static string|null|\BackedEnum $navigationIcon = 'heroicon-o-chart-bar'; |
||
|
|
|||
| 16 | protected static string|null|\UnitEnum $navigationGroup = 'Notifier'; |
||
| 17 | protected static ?string $title = 'Notifier Dashboard'; |
||
| 18 | protected static ?string $navigationLabel = 'Dashboard'; |
||
| 19 | protected static ?int $navigationSort = 0; |
||
| 20 | protected string $view = 'notifier::pages.dashboard'; |
||
| 21 | |||
| 22 | |||
| 23 | protected function getWidgets(): array |
||
| 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