Completed
Push — master ( 9e4701...061e2a )
by Dmitry
14:29
created
src/DetailView.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace hiqdev\higrid;
13 13
 
14
-use Yii;
15 14
 use yii\base\InvalidConfigException;
16 15
 use yii\data\ArrayDataProvider;
17 16
 use yii\helpers\ArrayHelper;
Please login to merge, or discard this patch.
src/representations/RepresentationCollection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace hiqdev\higrid\representations;
4 4
 
5 5
 use Yii;
6
-use yii\base\Exception;
7 6
 use yii\base\InvalidConfigException;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.