Completed
Pull Request — master (#95)
by Dmitry
12:55
created
src/actions/GetAction.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,11 +3,10 @@
 block discarded – undo
3 3
 namespace vova07\imperavi\actions;
4 4
 
5 5
 use Yii;
6
+use vova07\imperavi\helpers\FileHelper;
6 7
 use yii\base\Action;
7
-use yii\base\InvalidCallException;
8 8
 use yii\base\InvalidConfigException;
9 9
 use yii\web\Response;
10
-use vova07\imperavi\helpers\FileHelper;
11 10
 
12 11
 /**
13 12
  * Class GetAction
Please login to merge, or discard this patch.
src/helpers/FileHelper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -20,6 +20,8 @@  discard block
 block discarded – undo
20 20
      * @inheritdoc
21 21
      *
22 22
      * @param array $options {
23
+     * @param string $dir
24
+     * @param integer $type
23 25
      *
24 26
      * @type array $except
25 27
      * @type array $only
@@ -145,6 +147,7 @@  discard block
 block discarded – undo
145 147
      * @inheritdoc
146 148
      *
147 149
      * @codeCoverageIgnore
150
+     * @param string $pattern
148 151
      */
149 152
     private static function firstWildcardInPattern($pattern)
150 153
     {
Please login to merge, or discard this patch.