@@ -39,7 +39,7 @@ |
||
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 | /** |