Passed
Push — renovate/major-composer-qa-too... ( 34a2b9...8285ea )
by
unknown
11:52
created
src/MartinGeorgiev/Utils/PostgresArrayToPHPArrayTransformer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -212,7 +212,7 @@
 block discarded – undo
212 212
         return \is_numeric($value);
213 213
     }
214 214
 
215
-    private static function processNumericValue(string $value): float|int
215
+    private static function processNumericValue(string $value): float | int
216 216
     {
217 217
         if (\str_contains($value, '.') || \stripos($value, 'e') !== false) {
218 218
             return (float) $value;
Please login to merge, or discard this patch.