Test Failed
Push — feature/add-more-data-types ( 5c357c...394929 )
by Peter
07:59 queued 05:06
created
src/FakeCarDataProvider.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.