@@ -206,6 +206,9 @@ |
||
| 206 | 206 | return $translation; |
| 207 | 207 | } |
| 208 | 208 | |
| 209 | + /** |
|
| 210 | + * @param string $dirName |
|
| 211 | + */ |
|
| 209 | 212 | protected function saveMessagesToPHPEnhanced($messages, $dirName, $overwrite, $removeUnused, $sort, $language) |
| 210 | 213 | { |
| 211 | 214 | foreach ($messages as $category => $msgs) { |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | namespace hipanel\actions; |
| 13 | 13 | |
| 14 | 14 | use hiqdev\hiart\Collection; |
| 15 | -use Closure; |
|
| 16 | 15 | use Yii; |
| 17 | 16 | |
| 18 | 17 | /** |
@@ -50,6 +50,9 @@ |
||
| 50 | 50 | return $this->render($this->getOrientationStorage()); |
| 51 | 51 | } |
| 52 | 52 | |
| 53 | + /** |
|
| 54 | + * @return string |
|
| 55 | + */ |
|
| 53 | 56 | public function getOrientationStorage() |
| 54 | 57 | { |
| 55 | 58 | return OrientationStorage::instantiate()->get(Yii::$app->controller->getRoute()); |