1
0
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:
Christian Schnegelberger
2023-09-23 12:22:12 +02:00
committed by Marc Alexander
parent 8abf9b66e1
commit 154f0e719d
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;