1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/11768] Replaced FQNs in annotations

PHPBB3-11768
This commit is contained in:
JoshyPHP
2015-03-03 01:44:48 +01:00
parent 462696aa47
commit 6cb3fb6140
3 changed files with 5 additions and 5 deletions

View File

@@ -22,12 +22,12 @@ use s9e\TextFormatter\Parser\Logger;
class parser implements \phpbb\textformatter\parser
{
/**
* @var s9e\TextFormatter\Parser
* @var \s9e\TextFormatter\Parser
*/
protected $parser;
/**
* @var phpbb\user User object, used for translating errors
* @var \phpbb\user User object, used for translating errors
*/
protected $user;