Completed
Pull Request — master (#143)
by
unknown
39:08
created
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.
src/User/Bootstrap.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -226,7 +226,7 @@
 block discarded – undo
226 226
      * Ensures required mail parameters needed for the mail service.
227 227
      *
228 228
      * @param Application             $app
229
-     * @param Module|\yii\base\Module $module
229
+     * @param Module $module
230 230
      */
231 231
     protected function initMailServiceConfiguration(Application $app, Module $module)
232 232
     {
Please login to merge, or discard this patch.