| Total Complexity | 4 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | final class ShipTakeoverRepository extends EntityRepository implements ShipTakeoverRepositoryInterface |
||
| 18 | { |
||
| 19 | #[Override] |
||
| 23 | } |
||
| 24 | |||
| 25 | #[Override] |
||
| 26 | public function save(ShipTakeoverInterface $shipTakeover): void |
||
| 27 | { |
||
| 28 | $em = $this->getEntityManager(); |
||
| 29 | |||
| 30 | $em->persist($shipTakeover); |
||
| 31 | } |
||
| 32 | |||
| 33 | #[Override] |
||
| 39 | } |
||
| 40 | |||
| 41 | #[Override] |
||
| 58 |
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