8000
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 ca16f52 commit 61dad16Copy full SHA for 61dad16
src/Symfony/Component/Console/Application.php
@@ -20,8 +20,8 @@
20
use Symfony\Component\Console\Event\ConsoleTerminateEvent;
21
use Symfony\Component\Console\Exception\CommandNotFoundException;
22
use Symfony\Component\Console\Exception\ExceptionInterface;
23
-use Symfony\Component\Console\Exception\NamespaceNotFoundException;
24
use Symfony\Component\Console\Exception\LogicException;
+use Symfony\Component\Console\Exception\NamespaceNotFoundException;
25
use Symfony\Component\Console\Formatter\OutputFormatter;
26
use Symfony\Component\Console\Helper\DebugFormatterHelper;
27
use Symfony\Component\Console\Helper\FormatterHelper;
0 commit comments