Passed
Push — master ( 489b65...fbecfe )
by Vladislav
02:48 queued 31s
created
src/Core/Helpers/NumericHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
 
40 40
     public static function assign($value, $defaultValue = 0): int
41 41
     {
42
-        return (int) $value ?? $defaultValue;
42
+        return (int)$value ?? $defaultValue;
43 43
     }
44 44
 
45 45
     /**
Please login to merge, or discard this patch.