Passed
Push — develop ( c5d718...10742b )
by nguereza
02:18
created
src/Rule/Number.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
      */
58 58
     public function validate(string $field, $value, Validator $validator): bool
59 59
     {
60
-		if (empty($value)) {
60
+        if (empty($value)) {
61 61
             return true;
62 62
         }
63 63
         return is_numeric($value);
Please login to merge, or discard this patch.