| Total Complexity | 2 |
| Total Lines | 10 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | final class GeneralShipcountDataProvider extends AbstractShipcountDataProvider |
||
| 10 | { |
||
| 11 | protected function provideDataForMap(PanelBoundaries $boundaries): array |
||
| 12 | { |
||
| 13 | return $this->mapRepository->getShipCountLayerData($boundaries, $this->createResultSetMapping()); |
||
| 14 | } |
||
| 15 | |||
| 16 | protected function provideDataForSystemMap(PanelBoundaries $boundaries): array |
||
| 19 | } |
||
| 20 | } |
||
| 21 |