Completed
Branch feature/php7 (2d73af)
by Victor
11:58
created
Type/IntType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.