Passed
Push — develop ( 448334...a47dcf )
by nguereza
02:20
created
src/Rule/Date.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
      */
74 74
     public function validate(string $field, $value, Validator $validator): bool
75 75
     {
76
-		if (empty($value)) {
76
+        if (empty($value)) {
77 77
             return true;
78 78
         }
79 79
         $dateValue = date_create_from_format($this->format, (string) $value);
Please login to merge, or discard this patch.