mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +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
|
||||
*
|
||||
* @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
|
||||
*/
|
||||
|
@@ -20,7 +20,7 @@ interface stream_interface
|
||||
*
|
||||
* @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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user