From 459fb4dbb32a20c3597f8fa7da4e5b1e2d439508 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Fri, 21 Jun 2019 23:07:05 +0000 Subject: [PATCH] Rename $jsonContent to $finalMapping --- lib/vehicle_types.php | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/lib/vehicle_types.php b/lib/vehicle_types.php index 7a799d9..36ec6fb 100644 --- a/lib/vehicle_types.php +++ b/lib/vehicle_types.php @@ -11,7 +11,11 @@ ]; } } - return []; + return [ + 'num' => '??'.$id, + 'type' => '?', + 'low' => NULL, + ]; } function numToTypeT($id) { $data = <<<'END' -- Gitblit v1.9.1