mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 01:36:57 +02:00
[ticket/11150] CS
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
43038a65de
commit
1c9ecd084c
@@ -13,7 +13,6 @@
|
||||
|
||||
namespace phpbb\composer\io;
|
||||
|
||||
use phpbb\language\language;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
||||
/**
|
||||
@@ -22,7 +21,7 @@ use Symfony\Component\Console\Output\OutputInterface;
|
||||
trait translate_composer_trait
|
||||
{
|
||||
/**
|
||||
* @var language
|
||||
* @var \phpbb\language\language
|
||||
*/
|
||||
protected $language;
|
||||
|
||||
|
Reference in New Issue
Block a user