Completed
Pull Request — master (#1)
by Andrii
02:54
created
src/SetterTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -82,8 +82,8 @@
 block discarded – undo
82 82
 
83 83
     /**
84 84
      * Set child.
85
-     * @param string|Item $parent
86
-     * @param string|Item $child
85
+     * @param string $parent
86
+     * @param string $child
87 87
      * @return bool
88 88
      */
89 89
     public function setChild($parent, $child)
Please login to merge, or discard this patch.
src/AuthManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace hipanel\rbac;
13 13
 
14 14
 use yii\base\InvalidParamException;
15
-use yii\rbac\Item;
16 15
 use Yii;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.