aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/s9e/renderer.php
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-03-06 13:08:18 +0100
committerJoshyPHP <s9e.dev@gmail.com>2015-04-02 19:16:03 +0200
commit40c54898ccd80744ba159784d631328e0338bad2 (patch)
treef379a36dee3dc1ca325fa89e621b4b609365cb74 /phpBB/phpbb/textformatter/s9e/renderer.php
parent1b4bdff3b3d01cd422f7a49a1de14b3edbd76804 (diff)
downloadforums-40c54898ccd80744ba159784d631328e0338bad2.tar
forums-40c54898ccd80744ba159784d631328e0338bad2.tar.gz
forums-40c54898ccd80744ba159784d631328e0338bad2.tar.bz2
forums-40c54898ccd80744ba159784d631328e0338bad2.tar.xz
forums-40c54898ccd80744ba159784d631328e0338bad2.zip
[ticket/11768] Updated various annotations
PHPBB3-11768
Diffstat (limited to 'phpBB/phpbb/textformatter/s9e/renderer.php')
-rw-r--r--phpBB/phpbb/textformatter/s9e/renderer.php11
1 files changed, 5 insertions, 6 deletions
diff --git a/phpBB/phpbb/textformatter/s9e/renderer.php b/phpBB/phpbb/textformatter/s9e/renderer.php
index c896c9f1c7..882a19b4ac 100644
--- a/phpBB/phpbb/textformatter/s9e/renderer.php
+++ b/phpBB/phpbb/textformatter/s9e/renderer.php
@@ -51,11 +51,10 @@ class renderer implements \phpbb\textformatter\renderer_interface
/**
* Constructor
*
- * @param \phpbb\cache\driver\driver_interface $cache
- * @param string $cache_dir Path to the cache dir
- * @param string $key Cache key
- * @param factory $factory
- * @return null
+ * @param \phpbb\cache\driver\driver_interface $cache
+ * @param string $cache_dir Path to the cache dir
+ * @param string $key Cache key
+ * @param factory $factory
*/
public function __construct(\phpbb\cache\driver\driver_interface $cache, $cache_dir, $key, factory $factory)
{
@@ -153,7 +152,7 @@ class renderer implements \phpbb\textformatter\renderer_interface
/**
* Return the instance of s9e\TextFormatter\Renderer used by this object
*
- * @return s9e\TextFormatter\Renderer
+ * @return \s9e\TextFormatter\Renderer
*/
public function get_renderer()
{