1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[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
*
* @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);