8000 fixed CS · symfony/symfony@a02967c · GitHub
[go: up one dir, main page]

Skip to content

Commit a02967c

Browse files
committed
fixed CS
1 parent e932bae commit a02967c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Bundle/FrameworkBundle/Console/Application.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
namespace Symfony\Bundle\FrameworkBundle\Console;
1313

14+
use Symfony\Component\DependencyInjection\ContainerAwareInterface;
1415
use Symfony\Component\Console\Application as BaseApplication;
1516
use Symfony\Component\Console\Input\InputInterface;
1617
use Symfony\Component\Console\Input\InputOption;
1718
use Symfony\Component\Console\Output\OutputInterface;
18-
use Symfony\Component\DependencyInjection\ContainerAwareInterface;
19-
use Symfony\Component\HttpKernel\Bundle\Bundle;
20-
use Symfony\Component\HttpKernel\Kernel;
2119
use Symfony\Component\HttpKernel\KernelInterface;
20+
use Symfony\Component\HttpKernel\Kernel;
21+
use Symfony\Component\HttpKernel\Bundle\Bundle;
2222

2323
/**
2424
* Application.

0 commit comments

Comments
 (0)
0