@@ -154,7 +154,7 @@ discard block |
||
| 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 |
||
| 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 | { |
@@ -224,7 +224,7 @@ |
||
| 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() |