Skip to content

Commit 1690c93

Browse files
Markus Tackerweaverryan
authored andcommitted
Put every namespace on his own line with his own use statement.
1 parent e257545 commit 1690c93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/service_container/event_listener.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ event is just one of the core kernel events::
1717
// src/Acme/DemoBundle/Listener/AcmeExceptionListener.php
1818
namespace Acme\DemoBundle\Listener;
1919

20-
use Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent,
21-
Symfony\Component\HttpFoundation\Response;
20+
use Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent;
21+
use Symfony\Component\HttpFoundation\Response;
2222

2323
class AcmeExceptionListener
2424
{

0 commit comments

Comments
 (0)