aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/s9e/renderer.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/textformatter/s9e/renderer.php')
-rw-r--r--phpBB/phpbb/textformatter/s9e/renderer.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/phpbb/textformatter/s9e/renderer.php b/phpBB/phpbb/textformatter/s9e/renderer.php
index 2c8412f961..c724be7cfe 100644
--- a/phpBB/phpbb/textformatter/s9e/renderer.php
+++ b/phpBB/phpbb/textformatter/s9e/renderer.php
@@ -50,9 +50,9 @@ class renderer extends \phpbb\textformatter\renderer
* Constructor
*
* @param phpbb\cache\driver\driver_interface $cache
- * @param string $cache_dir Path to the cache dir
- * @param string $key Cache key
- * @param Symfony\Component\DependencyInjection\ContainerInterface $container
+ * @param string $cache_dir Path to the cache dir
+ * @param string $key Cache key
+ * @param ContainerInterface $container
* @return null
*/
public function __construct(\phpbb\cache\driver\driver_interface $cache, $cache_dir, $key, ContainerInterface $container)