mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15305] Update phpdoc
PHPBB3-15305
This commit is contained in:
parent
6c3756a1b3
commit
89bb359361
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue