Passed
Push — master ( f14a0a...1212a9 )
by vistart
04:51
created
grid/OrganizationListActionColumn.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 namespace rhosocial\organization\grid;
14 14
 
15
-use rhosocial\user\User;
16 15
 use rhosocial\organization\rbac\permissions\ManageProfile;
17 16
 use rhosocial\organization\Organization;
18 17
 use Yii;
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
@@ -10,13 +10,11 @@
 block discarded – undo
10 10
  * @license https://vistart.me/license/
11 11
  */
12 12
 
13
-use rhosocial\organization\grid\OrganizationListActionColumn;
14 13
 use rhosocial\organization\Organization;
15 14
 use yii\data\ActiveDataProvider;
16 15
 use yii\grid\DataColumn;
17 16
 use yii\grid\GridView;
18 17
 use yii\grid\SerialColumn;
19
-use yii\helpers\Html;
20 18
 use yii\web\View;
21 19
 
22 20
 /* @var $dataProvider ActiveDataProvider */
Please login to merge, or discard this patch.