1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/11768] Replaced class names in annotations with their FQN

PHPBB3-11768
This commit is contained in:
JoshyPHP
2015-03-03 00:58:38 +01:00
parent 825bc45983
commit 458cf95b1e
3 changed files with 10 additions and 10 deletions

View File

@@ -34,9 +34,9 @@ class parser implements \phpbb\textformatter\parser
/**
* Constructor
*
* @param phpbb\cache\driver_interface $cache
* @param \phpbb\cache\driver_interface $cache
* @param string $key Cache key
* @param phpbb\user $user
* @param \phpbb\user $user
* @param factory $factory
* @return null
*/