Completed
Branch master (35a801)
by Luke
02:43
created
src/File.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
     /**
155 155
      * Search the parent directory.
156 156
      *
157
-     * @return array|bool|mixed
157
+     * @return File
158 158
      */
159 159
     public function upOne()
160 160
     {
@@ -295,7 +295,7 @@  discard block
 block discarded – undo
295 295
      * @author Luke Watts <[email protected]>
296 296
      * @since  1.0.0
297 297
      *
298
-     * @return mixed
298
+     * @return integer
299 299
      */
300 300
     public function getLimit()
301 301
     {
Please login to merge, or discard this patch.