@@ -121,16 +121,16 @@ discard block |
||
| 121 | 121 | } |
| 122 | 122 | |
| 123 | 123 | /** |
| 124 | - * {@inhereitdoc} |
|
| 125 | - */ |
|
| 124 | + * {@inhereitdoc} |
|
| 125 | + */ |
|
| 126 | 126 | public function __toString(): string |
| 127 | 127 | { |
| 128 | 128 | return $this->getLocale(); |
| 129 | 129 | } |
| 130 | 130 | |
| 131 | 131 | /** |
| 132 | - * {@inhereitdoc} |
|
| 133 | - */ |
|
| 132 | + * {@inhereitdoc} |
|
| 133 | + */ |
|
| 134 | 134 | public function getEncoding(): string |
| 135 | 135 | { |
| 136 | 136 | return $this->encoding; |
@@ -177,8 +177,8 @@ discard block |
||
| 177 | 177 | } |
| 178 | 178 | |
| 179 | 179 | /** |
| 180 | - * {@inhereitdoc} |
|
| 181 | - */ |
|
| 180 | + * {@inhereitdoc} |
|
| 181 | + */ |
|
| 182 | 182 | public function tr(string $message, mixed $args = []): string |
| 183 | 183 | { |
| 184 | 184 | $translation = gettext($message); |