1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 14:57:37 +02:00

[ticket/15305] Update phpdoc

PHPBB3-15305
This commit is contained in:
Rubén Calvo
2017-08-25 15:11:21 +02:00
parent 6c3756a1b3
commit 89bb359361
2 changed files with 2 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ class storage
* *
* @param string $path File to read * @param string $path File to read
* *
* @throws \phpbb\storage\exception\exception When cannot open file * @throws \phpbb\storage\exception\exception When unable to open file
* @return resource Returns a file pointer * @return resource Returns a file pointer
*/ */

View File

@@ -20,7 +20,7 @@ interface stream_interface
* *
* @param string $path File to read * @param string $path File to read
* *
* @throws \phpbb\storage\exception\exception When cannot open file * @throws \phpbb\storage\exception\exception When unable to open file
* *
* @return resource Returns a file pointer * @return resource Returns a file pointer
*/ */