1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/11768] Updated annotations to pass sniff

PHPBB3-11768
This commit is contained in:
s9e
2015-01-08 11:28:23 +01:00
committed by JoshyPHP
parent ca9f534409
commit cf39b02891
3 changed files with 9 additions and 9 deletions

View File

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