mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17191] Fix code sniffer issues
PHPBB3-17191
This commit is contained in:
committed by
Marc Alexander
parent
8abf9b66e1
commit
154f0e719d
@@ -77,7 +77,7 @@ class language
|
||||
protected $lang_helper;
|
||||
|
||||
/**
|
||||
* @var \phpbb\config\config
|
||||
* @var config
|
||||
*/
|
||||
protected $config;
|
||||
|
||||
|
@@ -29,7 +29,7 @@ class language_file_helper
|
||||
protected $phpbb_root_path;
|
||||
|
||||
/**
|
||||
* @var \phpbb\config\config
|
||||
* @var config
|
||||
*/
|
||||
protected $config;
|
||||
|
||||
|
Reference in New Issue
Block a user