1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 11:13:59 +02:00

[ticket/16955] Clean up phing sniff errors and warnings

PHPBB3-16955
This commit is contained in:
Marc Alexander
2022-12-27 21:20:54 +01:00
parent cedd447659
commit 918723e476
5 changed files with 1 additions and 45 deletions

View File

@@ -14,10 +14,7 @@
namespace phpbb\console;
use Symfony\Component\Console\Input\InputDefinition;
use Symfony\Component\Console\Shell;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class application extends \Symfony\Component\Console\Application
{