Passed
Pull Request — main (#396)
by Martin
43:28 queued 28:31
created
src/MartinGeorgiev/Doctrine/DBAL/Types/ValueObject/NumericRange.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
         return (string) $value;
52 52
     }
53 53
 
54
-    protected static function parseValue(string $value): float|int
54
+    protected static function parseValue(string $value): float | int
55 55
     {
56 56
         if (!\is_numeric($value)) {
57 57
             throw new \InvalidArgumentException(
Please login to merge, or discard this patch.