From b311bb64111a7d6d1d546d4bf54d72dde9804165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Wed, 23 Aug 2017 16:40:46 +0200 Subject: [PATCH] [ticket/15305] Update annotations PHPBB3-15305 --- phpBB/phpbb/storage/adapter/adapter_interface.php | 2 +- phpBB/phpbb/storage/storage.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/phpbb/storage/adapter/adapter_interface.php b/phpBB/phpbb/storage/adapter/adapter_interface.php index 7ad90b9aa5..fb214f5b07 100644 --- a/phpBB/phpbb/storage/adapter/adapter_interface.php +++ b/phpBB/phpbb/storage/adapter/adapter_interface.php @@ -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); diff --git a/phpBB/phpbb/storage/storage.php b/phpBB/phpbb/storage/storage.php index 7798b28ad4..ee581290d3 100644 --- a/phpBB/phpbb/storage/storage.php +++ b/phpBB/phpbb/storage/storage.php @@ -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) {