mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +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;
|
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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user