[ticket/12692] Fix coding style

PHPBB3-12692
This commit is contained in:
Tristan Darricau 2014-06-17 22:13:34 +02:00 committed by Tristan Darricau
parent 3924428050
commit ed0e159080
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\ArrayInput; use Symfony\Component\Console\Input\ArrayInput;
use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Output\OutputInterface;
class delete extends \phpbb\console\command\command class delete extends \phpbb\console\command\command
{ {
/** @var \phpbb\db\driver\driver_interface */ /** @var \phpbb\db\driver\driver_interface */
protected $db; protected $db;

View file

@ -16,7 +16,7 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\ArrayInput; use Symfony\Component\Console\Input\ArrayInput;
use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Output\OutputInterface;
class recreate extends \phpbb\console\command\command class recreate extends \phpbb\console\command\command
{ {
/** @var \phpbb\user */ /** @var \phpbb\user */
protected $user; protected $user;