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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user