1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/11768] Updated various annotations

PHPBB3-11768
This commit is contained in:
JoshyPHP
2015-03-06 13:08:18 +01:00
parent 1b4bdff3b3
commit 40c54898cc
5 changed files with 24 additions and 28 deletions

View File

@@ -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()
{