@@ -718,7 +718,7 @@ discard block |
||
718 | 718 | * |
719 | 719 | * @param string $path The path to open. |
720 | 720 | * |
721 | - * @return resource|bool The file handle, or false. |
|
721 | + * @return resource The file handle, or false. |
|
722 | 722 | */ |
723 | 723 | protected function getWritableStream($path) |
724 | 724 | { |
@@ -739,7 +739,7 @@ discard block |
||
739 | 739 | * |
740 | 740 | * @param string $path The path to open. |
741 | 741 | * |
742 | - * @return resource|bool The file handle, or false. |
|
742 | + * @return boolean The file handle, or false. |
|
743 | 743 | */ |
744 | 744 | protected function getAppendStream($path) |
745 | 745 | { |