| Total Complexity | 6 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Coverage | 13.33% |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | final class CancelMining implements CancelMiningInterface |
||
| 18 | { |
||
| 19 | |||
| 20 | 4 | public function __construct( |
|
| 21 | private ShipRepositoryInterface $shipRepository, |
||
| 22 | private MiningQueueRepositoryInterface $miningQueueRepository, |
||
| 23 | 4 | ) {} |
|
| 24 | |||
| 25 | #[Override] |
||
| 43 | } |
||
| 44 | |||
| 45 | private function setStateNoneAndSave(ShipInterface $ship): void |
||
| 49 | } |
||
| 50 | } |
||
| 51 |
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