Completed
Push — master ( 3ba3ea...845ba8 )
by Dmitry
08:38
created
src/behaviors/UiOptionsBehavior.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use hiqdev\higrid\representations\RepresentationCollectionInterface;
17 17
 use Yii;
18 18
 use yii\base\Behavior;
19
-use yii\base\InvalidConfigException;
20 19
 use yii\web\Controller;
21 20
 
22 21
 class UiOptionsBehavior extends Behavior
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
@@ -19,6 +19,9 @@
 block discarded – undo
19 19
     private $module;
20 20
     private $controller;
21 21
 
22
+    /**
23
+     * @param string $controller
24
+     */
22 25
     public function __construct($module, $controller)
23 26
     {
24 27
         $this->module = $module;
Please login to merge, or discard this patch.