mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15287] Fix annotation return type
PHPBB3-15287
This commit is contained in:
parent
a09a50670c
commit
23e67da331
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ interface provider_interface
|
||||||
/**
|
/**
|
||||||
* Gets adapter options.
|
* Gets adapter options.
|
||||||
*
|
*
|
||||||
* @return string Configuration keys
|
* @return array Configuration keys
|
||||||
*/
|
*/
|
||||||
public function get_options();
|
public function get_options();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue