Completed
Push — master ( 2f4806...4e3d73 )
by Renato
05:45
created
src/NwLaravel/FileStorage/StorageManager.php 1 patch
Doc Comments   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
      *
58 58
      * @param string $filename Path File
59 59
      *
60
-     * @return bool
60
+     * @return integer
61 61
      */
62 62
     public function size($filename)
63 63
     {
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
      *
139 139
      * @param string $filename Path File
140 140
      *
141
-     * @return bool
141
+     * @return string
142 142
      */
143 143
     public function readFile($filename)
144 144
     {
@@ -164,7 +164,6 @@  discard block
 block discarded – undo
164 164
     /**
165 165
      * Delete Folder
166 166
      *
167
-     * @param string $folder Path Folder
168 167
      *
169 168
      * @return bool
170 169
      */
@@ -180,7 +179,6 @@  discard block
 block discarded – undo
180 179
     /**
181 180
      * Files in Folder
182 181
      *
183
-     * @param string $folder
184 182
      * @param bool   $recursive
185 183
      *
186 184
      * @return array
Please login to merge, or discard this patch.