@@ -136,7 +136,7 @@ discard block |
||
| 136 | 136 | /** |
| 137 | 137 | * Check if file exists. |
| 138 | 138 | * |
| 139 | - * @param array|string $mFile |
|
| 139 | + * @param string $mFile |
|
| 140 | 140 | * |
| 141 | 141 | * @return boolean TRUE if file exists, FALSE otherwise. |
| 142 | 142 | */ |
@@ -296,7 +296,7 @@ discard block |
||
| 296 | 296 | * Creates a directory if they are in an array. If it does not exist and |
| 297 | 297 | * allows the creation of nested directories specified in the pathname. |
| 298 | 298 | * |
| 299 | - * @param string|array $mDir |
|
| 299 | + * @param string $mDir |
|
| 300 | 300 | * @param integer (octal) $iMode Default: 0777 |
| 301 | 301 | * |
| 302 | 302 | * @return void |
@@ -354,7 +354,7 @@ discard block |
||
| 354 | 354 | * @param string $sFrom File or directory. |
| 355 | 355 | * @param string $sTo File or directory. |
| 356 | 356 | * |
| 357 | - * @return integer|boolean Returns the last line on success, and FALSE on failure. |
|
| 357 | + * @return string|false Returns the last line on success, and FALSE on failure. |
|
| 358 | 358 | */ |
| 359 | 359 | public function systemCopy($sFrom, $sTo) |
| 360 | 360 | { |
@@ -402,7 +402,7 @@ discard block |
||
| 402 | 402 | * @param string $sFrom File or directory. |
| 403 | 403 | * @param string $sTo File or directory. |
| 404 | 404 | * |
| 405 | - * @return integer|boolean Returns the last line on success, and FALSE on failure. |
|
| 405 | + * @return string|false Returns the last line on success, and FALSE on failure. |
|
| 406 | 406 | */ |
| 407 | 407 | public function systemRename($sFrom, $sTo) |
| 408 | 408 | { |