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) {