1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

[feature/avatars] Even more fixes to docblocks

PHPBB3-10018
This commit is contained in:
Marc Alexander
2012-11-25 21:14:05 +01:00
parent 6522190ff1
commit f851d763f9
7 changed files with 65 additions and 61 deletions

View File

@@ -114,7 +114,7 @@ class phpbb_avatar_driver_local extends phpbb_avatar_driver
/**
* @inheritdoc
**/
*/
public function prepare_form_acp()
{
return array(
@@ -148,7 +148,7 @@ class phpbb_avatar_driver_local extends phpbb_avatar_driver
/**
* Get a list of avatars that are locally available
*
* @return array An array containing the locally available avatars
* @return array Array containing the locally available avatars
*/
protected function get_avatar_list()
{