Completed
Push — master ( b6c8d3...3080e4 )
by Klochok
11:00
created
src/behaviors/UiOptionsBehavior.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use hipanel\components\UiOptionsStorage;
14 14
 use hipanel\grid\RepresentationCollectionFinder;
15 15
 use hipanel\models\IndexPageUiOptions;
16
-use hiqdev\higrid\representations\RepresentationCollectionInterface;
17 16
 use Yii;
18 17
 use yii\base\Behavior;
19 18
 use yii\helpers\Html;
Please login to merge, or discard this patch.
src/grid/RepresentationCollectionFinder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -24,6 +24,9 @@
 block discarded – undo
24 24
      */
25 25
     private $representationsLocation;
26 26
 
27
+    /**
28
+     * @param string $controller
29
+     */
27 30
     public function __construct($module, $controller, string $representationsLocation)
28 31
     {
29 32
         $this->module = $module;
Please login to merge, or discard this patch.