[ticket/15305] Update annotations

PHPBB3-15305
This commit is contained in:
Rubén Calvo 2017-08-23 16:40:46 +02:00
parent dbd80a950a
commit b311bb6411
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ interface adapter_interface
* *
* @throws \phpbb\storage\exception\not_implemented When the adapter doesnt implement the method * @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); public function exists($path);

View file

@ -99,7 +99,7 @@ class storage
* *
* @throws \phpbb\storage\exception\not_implemented When the adapter doesnt implement the method * @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) public function exists($path)
{ {