Passed
Push — master ( 05e7db...c14628 )
by vistart
04:22
created
web/user/views/organization/view-members.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use yii\grid\GridView;
18 18
 use yii\grid\DataColumn;
19 19
 use yii\helpers\Html;
20
-use yii\helpers\Url;
21 20
 use yii\web\View;
22 21
 use yii\widgets\Pjax;
23 22
 /* @var $this View */
Please login to merge, or discard this patch.
web/organization/controllers/my/AddMemberAction.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,8 +13,6 @@
 block discarded – undo
13 13
 namespace rhosocial\organization\web\organization\controllers\my;
14 14
 
15 15
 use rhosocial\organization\web\organization\Module;
16
-use rhosocial\organization\Organization;
17
-use rhosocial\user\User;
18 16
 use Yii;
19 17
 use yii\base\Action;
20 18
 
Please login to merge, or discard this patch.