| Total Complexity | 4 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Coverage | 16.66% |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | final class ShowWasteMenu implements ViewControllerInterface |
||
| 17 | { |
||
| 18 | public const VIEW_IDENTIFIER = 'SHOW_WASTEMENU'; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param SpacecraftLoaderInterface<SpacecraftWrapperInterface> $spaceCraftLoader |
||
| 22 | */ |
||
| 23 | 1 | public function __construct( |
|
| 24 | private SpacecraftLoaderInterface $spaceCraftLoader |
||
| 25 | 1 | ) {} |
|
| 26 | |||
| 27 | #[Override] |
||
| 46 | } |
||
| 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