@@ -373,23 +373,23 @@ |
||
| 373 | 373 | $this->cache_translations[$msgid] = $msgstr; |
| 374 | 374 | } |
| 375 | 375 | |
| 376 | - /** |
|
| 377 | - * @param array $cachedTranslations |
|
| 378 | - * |
|
| 379 | - * @return $this |
|
| 380 | - */ |
|
| 376 | + /** |
|
| 377 | + * @param array $cachedTranslations |
|
| 378 | + * |
|
| 379 | + * @return $this |
|
| 380 | + */ |
|
| 381 | 381 | public function setCachedTranslations($cachedTranslations) |
| 382 | - { |
|
| 383 | - $this->cache_translations = $cachedTranslations; |
|
| 382 | + { |
|
| 383 | + $this->cache_translations = $cachedTranslations; |
|
| 384 | 384 | |
| 385 | - return $this; |
|
| 386 | - } |
|
| 385 | + return $this; |
|
| 386 | + } |
|
| 387 | 387 | |
| 388 | - /** |
|
| 389 | - * @return array |
|
| 390 | - */ |
|
| 388 | + /** |
|
| 389 | + * @return array |
|
| 390 | + */ |
|
| 391 | 391 | public function getCachedTranslations() |
| 392 | - { |
|
| 393 | - return $this->cache_translations; |
|
| 394 | - } |
|
| 392 | + { |
|
| 393 | + return $this->cache_translations; |
|
| 394 | + } |
|
| 395 | 395 | } |