diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-06-17 22:13:34 +0200 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-07-09 09:21:50 +0200 |
commit | ed0e1590800e00b19115ad1712e75f33d3080a5e (patch) | |
tree | 9f02d35acd461b08d22c47e51aed62457a2f490c /phpBB/phpbb/console/command | |
parent | 3924428050d4225c073876bd0e22cf4e9f54138e (diff) | |
download | forums-ed0e1590800e00b19115ad1712e75f33d3080a5e.tar forums-ed0e1590800e00b19115ad1712e75f33d3080a5e.tar.gz forums-ed0e1590800e00b19115ad1712e75f33d3080a5e.tar.bz2 forums-ed0e1590800e00b19115ad1712e75f33d3080a5e.tar.xz forums-ed0e1590800e00b19115ad1712e75f33d3080a5e.zip |
[ticket/12692] Fix coding style
PHPBB3-12692
Diffstat (limited to 'phpBB/phpbb/console/command')
-rw-r--r-- | phpBB/phpbb/console/command/thumbnail/delete.php | 2 | ||||
-rw-r--r-- | phpBB/phpbb/console/command/thumbnail/recreate.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/console/command/thumbnail/delete.php b/phpBB/phpbb/console/command/thumbnail/delete.php index ba6fdf7ce6..52a6c424e6 100644 --- a/phpBB/phpbb/console/command/thumbnail/delete.php +++ b/phpBB/phpbb/console/command/thumbnail/delete.php @@ -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; diff --git a/phpBB/phpbb/console/command/thumbnail/recreate.php b/phpBB/phpbb/console/command/thumbnail/recreate.php index 69ea67e410..dd10da9106 100644 --- a/phpBB/phpbb/console/command/thumbnail/recreate.php +++ b/phpBB/phpbb/console/command/thumbnail/recreate.php @@ -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; |