Completed
Pull Request — master (#95)
by Dmitry
12:55
created
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.