Completed
Pull Request — master (#34)
by Klochok
13:50 queued 06:33
created
src/widgets/IndexPage.php 2 patches
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -425,10 +425,10 @@
 block discarded – undo
425 425
     }
426 426
 
427 427
     /**
428
-     * @param $text
428
+     * @param string $text
429 429
      * @param $action
430
-     * @param $color
431
-     * @param $confirm
430
+     * @param string $color
431
+     * @param string $confirm
432 432
      * @param array $options
433 433
      * @return string
434 434
      */
Please login to merge, or discard this patch.
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.