@@ -73,7 +73,7 @@ |
||
73 | 73 | return []; |
74 | 74 | } |
75 | 75 | |
76 | - if (! $count) { |
|
76 | + if (!$count) { |
|
77 | 77 | $count = random_int(1, $valuesLength); |
78 | 78 | } |
79 | 79 |
@@ -12,7 +12,7 @@ |
||
12 | 12 | |
13 | 13 | public function getVehicleType(): string; |
14 | 14 | |
15 | - public function getVehicleFuelType(): string|array; |
|
15 | + public function getVehicleFuelType(): string | array; |
|
16 | 16 | |
17 | 17 | public function getVehicleDoorCount(): int; |
18 | 18 |