1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16671] Code style fixes

PHPBB3-16671
This commit is contained in:
Máté Bartus
2020-12-31 15:52:47 +01:00
parent 7749a5df76
commit d69ba0a5f3
14 changed files with 55 additions and 55 deletions

View File

@@ -31,7 +31,7 @@ class install extends \phpbb\console\command\command
protected $manager;
/**
* @var \phpbb\language\language
* @var language
*/
protected $language;

View File

@@ -30,7 +30,7 @@ class manage extends \phpbb\console\command\command
protected $manager;
/**
* @var \phpbb\language\language
* @var language
*/
protected $language;

View File

@@ -31,7 +31,7 @@ class remove extends \phpbb\console\command\command
protected $manager;
/**
* @var \phpbb\language\language
* @var language
*/
protected $language;

View File

@@ -30,7 +30,7 @@ class update extends \phpbb\console\command\command
protected $manager;
/**
* @var \phpbb\language\language
* @var language
*/
protected $language;