Completed
Branch master (35a801)
by Luke
02:43
created
src/File.php 2 patches
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.
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -224,7 +224,7 @@
 block discarded – undo
224 224
      */
225 225
     public function has()
226 226
     {
227
-         return isset($this->getFileList()[0]);
227
+            return isset($this->getFileList()[0]);
228 228
     }
229 229
     
230 230
     public function make()
Please login to merge, or discard this patch.