mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-14 04:42:04 +02:00
[ticket/15305] Update phpdoc
PHPBB3-15305
This commit is contained in:
parent
6c3756a1b3
commit
89bb359361
phpBB/phpbb/storage
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user