Completed
Push — master ( f99976...87ef80 )
by Sarah
12s
created
models/UserSearch.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use humhub\modules\geolocation\Module;
6 6
 use humhub\modules\queue\driver\MySQLCommand;
7
-use Yii;
8 7
 use yii\base\Model;
9 8
 use yii\data\ActiveDataProvider;
10
-use yii\db\QueryBuilder;
11 9
 
12 10
 /**
13 11
  * UserSearch represents the model behind the search form of `humhub\modules\geolocation\models\User`.
Please login to merge, or discard this patch.
views/widgets/Menu.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 use Yii;
12 12
 use yii\helpers\Url;
13
-
14 13
 use humhub\modules\directory\models\User;
15 14
 
16 15
 /**
Please login to merge, or discard this patch.
widgets/Menu.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 use Yii;
12 12
 use yii\helpers\Url;
13
-
14 13
 use humhub\modules\directory\models\User;
15 14
 
16 15
 /**
Please login to merge, or discard this patch.