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 a2e6f67 commit 4e3a7adCopy full SHA for 4e3a7ad
Application.php
@@ -41,8 +41,8 @@
41
use Symfony\Component\Console\Output\ConsoleOutputInterface;
42
use Symfony\Component\Console\Output\OutputInterface;
43
use Symfony\Component\Console\Style\SymfonyStyle;
44
-use Symfony\Component\Debug\ErrorHandler;
45
-use Symfony\Component\Debug\Exception\FatalThrowableError;
+use Symfony\Component\ErrorHandler\ErrorHandler;
+use Symfony\Component\ErrorHandler\Exception\FatalThrowableError;
46
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
47
use Symfony\Component\EventDispatcher\LegacyEventDispatcherProxy;
48
0 commit comments