mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/15305] Update annotations
PHPBB3-15305
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user