Completed
Push — master ( f706eb...84b009 )
by Antonio
01:40
created
src/User/Controller/RuleController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
      * @param $name
128 128
      *
129 129
      * @throws NotFoundHttpException
130
-     * @return mixed|null|\yii\rbac\Rule
130
+     * @return \yii\rbac\Rule
131 131
      */
132 132
     protected function findRule($name)
133 133
     {
Please login to merge, or discard this patch.
src/User/Model/AbstractAuthItem.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Da\User\Traits\AuthManagerAwareTrait;
15 15
 use Da\User\Validator\RbacItemsValidator;
16 16
 use Da\User\Validator\RbacRuleExistsValidator;
17
-use Da\User\Validator\RbacRuleValidator;
18 17
 use Yii;
19 18
 use yii\base\Model;
20 19
 use yii\rbac\Item;
Please login to merge, or discard this patch.
src/User/resources/views/rule/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 use yii\grid\ActionColumn;
4 4
 use yii\grid\GridView;
5 5
 use yii\helpers\Url;
6
-use yii\rbac\Rule;
7 6
 
8 7
 /**
9 8
  * @var $dataProvider \yii\data\ActiveDataProvider
Please login to merge, or discard this patch.