Passed
Push — master ( 12f2fc...cdaa8b )
by Rick
01:45
created
src/Types.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
      */
72 72
     public static function numeric(): \Closure
73 73
     {
74
-        return \Closure::fromCallable('is_numeric');
74
+	return \Closure::fromCallable('is_numeric');
75 75
 	}
76 76
 
77 77
 	/**
Please login to merge, or discard this patch.