Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf89a22

Browse files
authored
CS fix
1 parent 9554589 commit cf89a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
abstract class AbstractTestSessionListener implements EventSubscriberInterface
3131
{
3232
private $initialSessionId;
33-
33+
3434
public function onKernelRequest(GetResponseEvent $event)
3535
{
3636
if (!$event->isMasterRequest()) {

0 commit comments

Comments
 (0)