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:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
@@ -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
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user