1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11768] Replaced class names in annotations with their FQN

PHPBB3-11768
This commit is contained in:
JoshyPHP
2015-03-03 00:58:38 +01:00
parent 825bc45983
commit 458cf95b1e
3 changed files with 10 additions and 10 deletions

View File

@@ -26,8 +26,8 @@ abstract class renderer
/**
* Automatically set the smilies path based on config
*
* @param phpbb\config\config $config
* @param phpbb\path_helper $path_helper
* @param \phpbb\config\config $config
* @param \phpbb\path_helper $path_helper
* @return null
*/
public function configure_smilies_path(\phpbb\config\config $config, \phpbb\path_helper $path_helper)
@@ -45,9 +45,9 @@ abstract class renderer
*
* Should set the locale as well as the viewcensor/viewflash/viewimg/viewsmilies options.
*
* @param phpbb\user $user
* @param phpbb\config\config $config
* @param phpbb\auth\auth $auth
* @param \phpbb\user $user
* @param \phpbb\config\config $config
* @param \phpbb\auth\auth $auth
* @return null
*/
public function configure_user(\phpbb\user $user, \phpbb\config\config $config, \phpbb\auth\auth $auth)