@@ -3,11 +3,10 @@ |
||
| 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 |
@@ -20,6 +20,8 @@ discard block |
||
| 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 |
||
| 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 |
||
| 145 | 148 | * @inheritdoc |
| 146 | 149 | * |
| 147 | 150 | * @codeCoverageIgnore |
| 151 | + * @param string $pattern |
|
| 148 | 152 | */ |
| 149 | 153 | private static function firstWildcardInPattern($pattern) |
| 150 | 154 | { |