Passed
Push — develop ( d90dee...8d2d50 )
by nguereza
01:46
created
src/Rule/DateBefore.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
     public function getErrorMessage(string $field, $value, Validator $validator): string
95 95
     {
96 96
         if($this->include){
97
-           return $validator->translate(
97
+            return $validator->translate(
98 98
                 '%s must be before or equal to the date [%s]!',
99 99
                 $validator->getLabel($field),
100 100
                 $this->date
Please login to merge, or discard this patch.