@@ -333,7 +333,7 @@ |
||
333 | 333 | } |
334 | 334 | |
335 | 335 | /** |
336 | - * @return mixed|string |
|
336 | + * @return string|null |
|
337 | 337 | */ |
338 | 338 | public function actionPreview() |
339 | 339 | { |
@@ -12,7 +12,6 @@ |
||
12 | 12 | |
13 | 13 | use hipanel\actions\Action; |
14 | 14 | use hipanel\actions\IndexAction; |
15 | -use hipanel\actions\OrientationAction; |
|
16 | 15 | use hipanel\actions\PrepareAjaxViewAction; |
17 | 16 | use hipanel\actions\PrepareBulkAction; |
18 | 17 | use hipanel\actions\ProxyAction; |
@@ -77,7 +77,7 @@ |
||
77 | 77 | } |
78 | 78 | |
79 | 79 | /** |
80 | - * @return array |
|
80 | + * @return string[] |
|
81 | 81 | */ |
82 | 82 | public function attributes() |
83 | 83 | { |
@@ -77,7 +77,7 @@ |
||
77 | 77 | } |
78 | 78 | |
79 | 79 | /** |
80 | - * @return array |
|
80 | + * @return string[] |
|
81 | 81 | */ |
82 | 82 | public function attributes() |
83 | 83 | { |
@@ -12,7 +12,6 @@ |
||
12 | 12 | |
13 | 13 | use hipanel\actions\ComboSearchAction; |
14 | 14 | use hipanel\actions\IndexAction; |
15 | -use hipanel\actions\OrientationAction; |
|
16 | 15 | use hipanel\actions\SmartCreateAction; |
17 | 16 | use hipanel\actions\SmartDeleteAction; |
18 | 17 | use hipanel\actions\SmartUpdateAction; |