1
0
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:
Tristan Darricau
2015-12-15 22:05:18 +01:00
committed by Tristan Darricau
parent 43038a65de
commit 1c9ecd084c
4 changed files with 9 additions and 23 deletions

View File

@@ -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;