Completed
Pull Request — master (#4)
by Klochok
14:56
created
src/views/render/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use yii\widgets\LinkPager;
4
-use yii\helpers\Html;
5 4
 use yii\widgets\ListView;
6 5
 
7 6
 $this->title = Yii::$app->name;
Please login to merge, or discard this patch.
src/models/BehatPage.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace hiqdev\yii2\modules\pages\models;
12 12
 
13 13
 use hiqdev\yii2\modules\pages\Module;
14
-use Yii;
15 14
 
16 15
 class BehatPage extends AbstractPage
17 16
 {
Please login to merge, or discard this patch.