mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11768] Replaced FQNs in annotations
PHPBB3-11768
This commit is contained in:
parent
462696aa47
commit
6cb3fb6140
3 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@ class data_access
|
|||
protected $bbcodes_table;
|
||||
|
||||
/**
|
||||
* @var phpbb_db_driver
|
||||
* @var \phpbb_db_driver
|
||||
*/
|
||||
protected $db;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -19,12 +19,12 @@ namespace phpbb\textformatter\s9e;
|
|||
class renderer extends \phpbb\textformatter\renderer
|
||||
{
|
||||
/**
|
||||
* @var s9e\TextFormatter\Plugins\Censor\Helper
|
||||
* @var \s9e\TextFormatter\Plugins\Censor\Helper
|
||||
*/
|
||||
protected $censor;
|
||||
|
||||
/**
|
||||
* @var s9e\TextFormatter\Renderer
|
||||
* @var \s9e\TextFormatter\Renderer
|
||||
*/
|
||||
protected $renderer;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue