Passed
Push — develop ( 8d2d50...3ad65c )
by nguereza
02:02
created
src/Rule/InList.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
      */
73 73
     public function validate(string $field, $value, Validator $validator): bool
74 74
     {
75
-		if (empty($value)) {
75
+        if (empty($value)) {
76 76
             return true;
77 77
         }
78 78
         return in_array($value, $this->list);
Please login to merge, or discard this patch.