Completed
Pull Request — master (#4)
by Klochok
14:56
created
src/storage/FileSystemStorage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
     }
73 73
 
74 74
     /**
75
-     * @param $page
75
+     * @param string $page
76 76
      * @return array|false
77 77
      * @throws \yii\base\InvalidConfigException
78 78
      */
Please login to merge, or discard this patch.
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.