Test Failed
Push — otterwise ( 200723...9e3f86 )
by Peter
02:45
created
src/FakeCar.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
      *
107 107
      * @return string|array<string>
108 108
      */
109
-    public function vehicleFuelType(int $count = 1): string|array
109
+    public function vehicleFuelType(int $count = 1): string | array
110 110
     {
111 111
         return $this->dataProvider->getVehicleFuelType($count);
112 112
     }
@@ -263,7 +263,7 @@  discard block
 block discarded – undo
263 263
 
264 264
     public static function validateVin(string $vin, bool $strict = true): bool
265 265
     {
266
-        if (! $strict) {
266
+        if (!$strict) {
267 267
             /** @var string $vin */
268 268
             $vin = preg_replace('/[^A-Za-z0-9]/', '', $vin);
269 269
         }
Please login to merge, or discard this patch.