We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4ddba commit e47270cCopy full SHA for e47270c
Console/Application.php
@@ -11,14 +11,14 @@
11
12
namespace Symfony\Bundle\FrameworkBundle\Console;
13
14
+use Symfony\Component\DependencyInjection\ContainerAwareInterface;
15
use Symfony\Component\Console\Application as BaseApplication;
16
use Symfony\Component\Console\Input\InputInterface;
17
use Symfony\Component\Console\Input\InputOption;
18
use Symfony\Component\Console\Output\OutputInterface;
-use Symfony\Component\DependencyInjection\ContainerAwareInterface;
19
-use Symfony\Component\HttpKernel\Bundle\Bundle;
20
-use Symfony\Component\HttpKernel\Kernel;
21
use Symfony\Component\HttpKernel\KernelInterface;
+use Symfony\Component\HttpKernel\Kernel;
+use Symfony\Component\HttpKernel\Bundle\Bundle;
22
23
/**
24
* Application.
0 commit comments