mirror of
https://github.com/Karaka-Management/oms-FleetManagement.git
synced 2026-02-16 05:18: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)
|
->limit(100)
|
||||||
->executeGetArray();
|
->executeGetArray();
|
||||||
|
|
||||||
/** @var array{type:string, inspection:\Modules\FleetManagement\Models\Inspection} */
|
/** @var array<int, array{type:string, inspection:\Modules\FleetManagement\Models\Inspection}> */
|
||||||
$inspections = [];
|
$inspections = [];
|
||||||
foreach ($vehicles as $inspection) {
|
foreach ($vehicles as $inspection) {
|
||||||
$inspections[] = ['type' => 'vehicle', 'inspection' => $inspection];
|
$inspections[] = ['type' => 'vehicle', 'inspection' => $inspection];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user