@@ -26,15 +26,15 @@ |
||
| 26 | 26 | |
| 27 | 27 | public function __construct(private readonly Loader $loader, private readonly IMessageSelector $messageSelector = new MessageSelector()) { |
| 28 | 28 | } |
| 29 | - /** |
|
| 30 | - * @deprecated Access the property directly |
|
| 31 | - */ |
|
| 29 | + /** |
|
| 30 | + * @deprecated Access the property directly |
|
| 31 | + */ |
|
| 32 | 32 | public function getLang(): string { |
| 33 | 33 | return $this->loader->getLang(); |
| 34 | 34 | } |
| 35 | - /** |
|
| 36 | - * @deprecated Access the property directly |
|
| 37 | - */ |
|
| 35 | + /** |
|
| 36 | + * @deprecated Access the property directly |
|
| 37 | + */ |
|
| 38 | 38 | public function setLang(string $lang): void { |
| 39 | 39 | $this->loader->setLang($lang); |
| 40 | 40 | } |