@@ -41,7 +41,7 @@ discard block |
||
| 41 | 41 | string $method, |
| 42 | 42 | array $args = [], |
| 43 | 43 | ?string $message = null |
| 44 | - ) { |
|
| 44 | + ){ |
|
| 45 | 45 | $this->checker = $checker; |
| 46 | 46 | $this->method = $method; |
| 47 | 47 | $this->args = $args; |
@@ -69,7 +69,7 @@ discard block |
||
| 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 | return $this->say( |
| 74 | 74 | $this->message, |
| 75 | 75 | array_merge([$value, $field], $this->args) |
@@ -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) |