@@ -51,7 +51,7 @@ |
||
| 51 | 51 | */ |
| 52 | 52 | public function format() |
| 53 | 53 | { |
| 54 | - $replace = function ($matches) { |
|
| 54 | + $replace = function($matches) { |
|
| 55 | 55 | if (array_key_exists($matches[1], $this->parameters)) { |
| 56 | 56 | return $this->parameters[$matches[1]]; |
| 57 | 57 | } |
@@ -78,8 +78,8 @@ |
||
| 78 | 78 | */ |
| 79 | 79 | protected function getMessageParameters() |
| 80 | 80 | { |
| 81 | - $quote = function ($value) { |
|
| 82 | - return '"' . $value . '"'; |
|
| 81 | + $quote = function($value) { |
|
| 82 | + return '"'.$value.'"'; |
|
| 83 | 83 | }; |
| 84 | 84 | |
| 85 | 85 | return array_merge(parent::getMessageParameters(), [ |