@@ -11,7 +11,6 @@ |
||
11 | 11 | namespace hipanel\widgets; |
12 | 12 | |
13 | 13 | use hipanel\grid\RepresentationCollectionFinder; |
14 | -use hipanel\helpers\StringHelper; |
|
15 | 14 | use hipanel\models\IndexPageUiOptions; |
16 | 15 | use hiqdev\higrid\representations\RepresentationCollectionInterface; |
17 | 16 | use hiqdev\yii2\export\widgets\IndexPageExportLinks; |
@@ -406,7 +406,7 @@ |
||
406 | 406 | } |
407 | 407 | |
408 | 408 | /** |
409 | - * @param $text |
|
409 | + * @param string $text |
|
410 | 410 | * @param $action |
411 | 411 | * @param array $options |
412 | 412 | * @return string |