@@ -69,7 +69,8 @@ |
||
69 | 69 | */ |
70 | 70 | public function getMessage(string $field, $value): string |
71 | 71 | { |
72 | - if (!empty($this->message)) { |
|
72 | + if (!empty($this->message)) |
|
73 | + { |
|
73 | 74 | return $this->say( |
74 | 75 | $this->message, |
75 | 76 | array_merge([$value, $field], $this->args) |