From 23e67da3312e3740364a096ac2b16788f222fb2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Fri, 21 Jul 2017 20:23:38 +0200 Subject: [PATCH] [ticket/15287] Fix annotation return type PHPBB3-15287 --- phpBB/phpbb/storage/provider/provider_interface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/storage/provider/provider_interface.php b/phpBB/phpbb/storage/provider/provider_interface.php index ed7e768b13..b832025508 100644 --- a/phpBB/phpbb/storage/provider/provider_interface.php +++ b/phpBB/phpbb/storage/provider/provider_interface.php @@ -25,7 +25,7 @@ interface provider_interface /** * Gets adapter options. * - * @return string Configuration keys + * @return array Configuration keys */ public function get_options(); }