mirror of
https://github.com/Karaka-Management/oms-FleetManagement.git
synced 2026-02-07 08:58:41 +00:00
fix tests
This commit is contained in:
parent
12a6fe0a7c
commit
26fe6f59a6
|
|
@ -202,7 +202,7 @@ final class BackendController extends Controller
|
|||
->limit(100)
|
||||
->executeGetArray();
|
||||
|
||||
/** @var array{type:string, inspection:\Modules\FleetManagement\Models\Inspection} */
|
||||
/** @var array<int, array{type:string, inspection:\Modules\FleetManagement\Models\Inspection}> */
|
||||
$inspections = [];
|
||||
foreach ($vehicles as $inspection) {
|
||||
$inspections[] = ['type' => 'vehicle', 'inspection' => $inspection];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user