@@ -52,7 +52,7 @@ discard block |
||
52 | 52 | * |
53 | 53 | * @throws Exception |
54 | 54 | */ |
55 | - public function getVehicleFuelType(int $count = 1): string|array |
|
55 | + public function getVehicleFuelType(int $count = 1): string | array |
|
56 | 56 | { |
57 | 57 | return FakeCarHelper::getArrayData($this->vehicleData::$vehicleFuelTypes, $count); |
58 | 58 | } |
@@ -104,7 +104,7 @@ discard block |
||
104 | 104 | /** |
105 | 105 | * @throws Exception |
106 | 106 | */ |
107 | - public function getVehicleEnginePowerValue(): int|string |
|
107 | + public function getVehicleEnginePowerValue(): int | string |
|
108 | 108 | { |
109 | 109 | ['range' => $range] = $this->vehicleData::$vehicleEnginePower; |
110 | 110 | |
@@ -124,7 +124,7 @@ discard block |
||
124 | 124 | /** |
125 | 125 | * @throws Exception |
126 | 126 | */ |
127 | - public function getVehicleEngineTorqueValue(): int|string |
|
127 | + public function getVehicleEngineTorqueValue(): int | string |
|
128 | 128 | { |
129 | 129 | ['range' => $range] = $this->vehicleData::$vehicleEngineTorque; |
130 | 130 |