Test Failed
Pull Request — main (#30)
by Peter
09:21 queued 06:39
created
src/FakeCarHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
             return [];
74 74
         }
75 75
 
76
-        if (! $count) {
76
+        if (!$count) {
77 77
             $count = random_int(1, $valuesLength);
78 78
         }
79 79
 
Please login to merge, or discard this patch.
src/FakeCarDataProviderInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.