Test Failed
Push — issue-329 ( 5fdddd )
by Martin
11:26
created
src/MartinGeorgiev/Utils/ArrayDataTransformer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -224,7 +224,7 @@
 block discarded – undo
224 224
     /**
225 225
      * Process a numeric value.
226 226
      */
227
-    private static function processNumericValue(string $value): float|int
227
+    private static function processNumericValue(string $value): float | int
228 228
     {
229 229
         // Convert to int or float as appropriate
230 230
         if (\str_contains($value, '.') || \stripos($value, 'e') !== false) {
Please login to merge, or discard this patch.