mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
[ticket/17191] Fix code sniffer issues
PHPBB3-17191
This commit is contained in:
parent
8abf9b66e1
commit
154f0e719d
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ class language
|
||||||
protected $lang_helper;
|
protected $lang_helper;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var \phpbb\config\config
|
* @var config
|
||||||
*/
|
*/
|
||||||
protected $config;
|
protected $config;
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ class language_file_helper
|
||||||
protected $phpbb_root_path;
|
protected $phpbb_root_path;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var \phpbb\config\config
|
* @var config
|
||||||
*/
|
*/
|
||||||
protected $config;
|
protected $config;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue