diff --git a/phpBB/phpbb/storage/adapter/adapter_interface.php b/phpBB/phpbb/storage/adapter/adapter_interface.php index 1b0ca04438..70eb6f1cc7 100644 --- a/phpBB/phpbb/storage/adapter/adapter_interface.php +++ b/phpBB/phpbb/storage/adapter/adapter_interface.php @@ -80,10 +80,10 @@ interface adapter_interface /** * Creates a directory recursively. - * + * * @param string $path The directory path - * + * * @throws \phpbb\storage\exception\exception On any directory creation failure - */ + */ public function create_dir($path); }