1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[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\Output\OutputInterface;
class delete extends \phpbb\console\command\command
class delete extends \phpbb\console\command\command
{
/** @var \phpbb\db\driver\driver_interface */
protected $db;

View File

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