Completed
Pull Request — master (#34)
by Klochok
07:19
created
src/widgets/IndexPage.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -406,7 +406,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.