mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15305] Update annotations
PHPBB3-15305
This commit is contained in:
parent
dbd80a950a
commit
b311bb6411
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ interface adapter_interface
|
|||
*
|
||||
* @throws \phpbb\storage\exception\not_implemented When the adapter doesnt implement the method
|
||||
*
|
||||
* @return bool Returns true if all files/directories exist, false otherwise
|
||||
* @return bool Returns true if the file/directory exist, false otherwise.
|
||||
*/
|
||||
public function exists($path);
|
||||
|
||||
|
|
|
@ -99,7 +99,7 @@ class storage
|
|||
*
|
||||
* @throws \phpbb\storage\exception\not_implemented When the adapter doesnt implement the method
|
||||
*
|
||||
* @return bool Returns true if all files/directories exist, false otherwise
|
||||
* @return bool Returns true if the file/directory exist, false otherwise.
|
||||
*/
|
||||
public function exists($path)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue