Test Failed
Push — master ( cb8c8d...a9ed64 )
by vistart
09:27
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/MyController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 namespace rhosocial\organization\web\organization\controllers;
14 14
 
15 15
 use rhosocial\organization\exceptions\NumberOfOrganizationsExceededException;
16
-use rhosocial\user\UserProfileSearch;
17 16
 use Yii;
18 17
 use yii\filters\AccessControl;
19 18
 use yii\filters\VerbFilter;
Please login to merge, or discard this patch.
web/organization/controllers/my/UpdateMemberAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use rhosocial\organization\web\organization\Module;
19 19
 use Yii;
20 20
 use yii\base\Action;
21
-use yii\web\BadRequestHttpException;
22 21
 
23 22
 /**
24 23
  * Class UpdateMemberAction
Please login to merge, or discard this patch.
widgets/views/organization-list.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,12 +12,10 @@
 block discarded – undo
12 12
 
13 13
 use rhosocial\organization\widgets\OrganizationProfileModalWidget;
14 14
 use rhosocial\organization\Organization;
15
-use yii\bootstrap\Modal;
16 15
 use yii\data\ActiveDataProvider;
17 16
 use yii\grid\DataColumn;
18 17
 use yii\grid\GridView;
19 18
 use yii\grid\SerialColumn;
20
-use yii\helpers\Html;
21 19
 use yii\web\View;
22 20
 
23 21
 /* @var $dataProvider ActiveDataProvider */
Please login to merge, or discard this patch.