Completed
Push — master ( 1c6dc5...8b0231 )
by Andrii
06:12
created
src/widgets/BulkButtons.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use yii\base\Widget;
15 15
 use yii\helpers\Html;
16
-use yii\helpers\Json;
17 16
 
18 17
 class BulkButtons extends Widget
19 18
 {
Please login to merge, or discard this patch.
src/base/OrientationStorage.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Yii;
15 15
 use yii\base\Component;
16
-use yii\web\Session;
17 16
 
18 17
 class OrientationStorage extends Component
19 18
 {
Please login to merge, or discard this patch.