@@ -93,7 +93,7 @@ |
||
93 | 93 | */ |
94 | 94 | public function getErrorMessage(string $field, $value, Validator $validator): string |
95 | 95 | { |
96 | - if($this->include){ |
|
96 | + if ($this->include) { |
|
97 | 97 | return $validator->translate( |
98 | 98 | '%s must be before or equal to the date [%s]!', |
99 | 99 | $validator->getLabel($field), |
@@ -93,7 +93,7 @@ |
||
93 | 93 | */ |
94 | 94 | public function getErrorMessage(string $field, $value, Validator $validator): string |
95 | 95 | { |
96 | - if($this->include){ |
|
96 | + if ($this->include) { |
|
97 | 97 | return $validator->translate( |
98 | 98 | '%s must be after or equal to the date [%s]!', |
99 | 99 | $validator->getLabel($field), |