[ticket/17191] Fix code sniffer issues

PHPBB3-17191
This commit is contained in:
Christian Schnegelberger 2023-09-23 12:22:12 +02:00 committed by Marc Alexander
parent 8abf9b66e1
commit 154f0e719d
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ class language
protected $lang_helper;
/**
* @var \phpbb\config\config
* @var config
*/
protected $config;

View file

@ -29,7 +29,7 @@ class language_file_helper
protected $phpbb_root_path;
/**
* @var \phpbb\config\config
* @var config
*/
protected $config;