@@ -200,7 +200,7 @@ discard block |
||
| 200 | 200 | } |
| 201 | 201 | |
| 202 | 202 | /** |
| 203 | - * @return array The list of registered protocols. |
|
| 203 | + * @return integer[] The list of registered protocols. |
|
| 204 | 204 | */ |
| 205 | 205 | public static function getRegisteredProtocols() |
| 206 | 206 | { |
@@ -748,7 +748,7 @@ discard block |
||
| 748 | 748 | * |
| 749 | 749 | * @param string $path The path to open. |
| 750 | 750 | * |
| 751 | - * @return resource|bool The file handle, or false. |
|
| 751 | + * @return resource The file handle, or false. |
|
| 752 | 752 | */ |
| 753 | 753 | protected function getWritableStream($path) |
| 754 | 754 | { |