| 1 | <?php |
||
| 13 | class VehicleInspectionDuplicationChecker |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @param array $existingVehicleInspection |
||
| 17 | * @param \Madkom\RegistryApplication\Domain\CarManagement\VehicleInspection\VehicleInspection $newVehicleInspection |
||
| 18 | * |
||
| 19 | * @return bool |
||
| 20 | */ |
||
| 21 | public function checkForDuplicates(array $existingVehicleInspection, VehicleInspection $newVehicleInspection) |
||
| 34 | } |
||
| 35 |