@@ -48,7 +48,7 @@ |
||
| 48 | 48 | */ |
| 49 | 49 | private static function asInt($mixed) : int |
| 50 | 50 | { |
| 51 | - return static::asSubType($mixed, function ($v) { |
|
| 51 | + return static::asSubType($mixed, function($v) { |
|
| 52 | 52 | return intval(round($v)); |
| 53 | 53 | }); |
| 54 | 54 | } |