Completed
Pull Request — master (#81)
by
unknown
12:04
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   +4 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
@@ -104,6 +106,7 @@  discard block
 block discarded – undo
104 106
      * @inheritdoc
105 107
      *
106 108
      * @codeCoverageIgnore
109
+     * @param string $pattern
107 110
      */
108 111
     private static function parseExcludePattern($pattern)
109 112
     {
@@ -145,6 +148,7 @@  discard block
 block discarded – undo
145 148
      * @inheritdoc
146 149
      *
147 150
      * @codeCoverageIgnore
151
+     * @param string $pattern
148 152
      */
149 153
     private static function firstWildcardInPattern($pattern)
150 154
     {
Please login to merge, or discard this patch.