| Total Complexity | 6 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Coverage | 80% |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | final class FleetWrapper implements FleetWrapperInterface |
||
| 14 | { |
||
| 15 | 15 | public function __construct( |
|
| 21 | |||
| 22 | 6 | #[Override] |
|
| 26 | } |
||
| 27 | |||
| 28 | 6 | #[Override] |
|
| 29 | public function getLeadWrapper(): ShipWrapperInterface |
||
| 30 | { |
||
| 31 | 6 | return $this->spacecraftWrapperFactory->wrapShip($this->fleet->getLeadShip()); |
|
| 32 | } |
||
| 33 | |||
| 34 | 14 | #[Override] |
|
| 38 | } |
||
| 39 | |||
| 40 | #[Override] |
||
| 44 | } |
||
| 45 | } |
||
| 46 |
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