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

Skip to content

Commit c05348e

Browse files
authored
Fix CS
1 parent d13e28a commit c05348e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/EventListener/ErrorListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
namespace Symfony\Component\HttpKernel\EventListener;
1313

1414
use Psr\Log\LoggerInterface;
15+
use Symfony\Component\Debug\Exception\FlattenException as LegacyFlattenException;
1516
use Symfony\Component\ErrorHandler\Exception\FlattenException;
1617
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
1718
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
18-
use Symfony\Component\Debug\Exception\FlattenException as LegacyFlattenException;
1919
use Symfony\Component\HttpFoundation\Request;
2020
use Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent;
2121
use Symfony\Component\HttpKernel\Event\ExceptionEvent;

0 commit comments

Comments
 (0)
0