1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-07 09:24:14 +02:00

[ticket/15287] Fix annotation return type

PHPBB3-15287
This commit is contained in:
Rubén Calvo 2017-07-21 20:23:38 +02:00
parent a09a50670c
commit 23e67da331

View File

@ -25,7 +25,7 @@ interface provider_interface
/**
* Gets adapter options.
*
* @return string Configuration keys
* @return array Configuration keys
*/
public function get_options();
}