diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-03-03 00:56:14 +0100 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-04-02 19:16:02 +0200 |
commit | 825bc45983f961b4d84f5d869dc0cb6111902aa7 (patch) | |
tree | be59fbdf6e2631ffb4f8c435518e1df0d11a6b5b /phpBB/phpbb/textformatter | |
parent | 3d9596be79cc68bc4caa2263c0bd996606ab3543 (diff) | |
download | forums-825bc45983f961b4d84f5d869dc0cb6111902aa7.tar forums-825bc45983f961b4d84f5d869dc0cb6111902aa7.tar.gz forums-825bc45983f961b4d84f5d869dc0cb6111902aa7.tar.bz2 forums-825bc45983f961b4d84f5d869dc0cb6111902aa7.tar.xz forums-825bc45983f961b4d84f5d869dc0cb6111902aa7.zip |
[ticket/11768] Removed comments
PHPBB3-11768
Diffstat (limited to 'phpBB/phpbb/textformatter')
-rw-r--r-- | phpBB/phpbb/textformatter/renderer.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/phpbb/textformatter/renderer.php b/phpBB/phpbb/textformatter/renderer.php index 1b0a36715f..a2375d206b 100644 --- a/phpBB/phpbb/textformatter/renderer.php +++ b/phpBB/phpbb/textformatter/renderer.php @@ -26,8 +26,6 @@ abstract class renderer /** * Automatically set the smilies path based on config * - * Called by the service container - * * @param phpbb\config\config $config * @param phpbb\path_helper $path_helper * @return null @@ -46,7 +44,6 @@ abstract class renderer * Configure this renderer as per the user's settings * * Should set the locale as well as the viewcensor/viewflash/viewimg/viewsmilies options. - * Called by the service container * * @param phpbb\user $user * @param phpbb\config\config $config |