From 3399594946b47059551708df2da8370a5e240e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Thu, 20 Jul 2017 17:30:59 +0200 Subject: [PATCH] [ticket/15253] Fix code style PHPBB3-15253 --- phpBB/phpbb/storage/adapter/adapter_interface.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); }