Completed
Pull Request — master (#81)
by
unknown
12:04
created
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.