Skip to content

Commit 10f0054

Browse files
committed
Fix CS
1 parent a348c4e commit 10f0054

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/DataCollector/RouterDataCollectorTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
namespace Symfony\Bundle\FrameworkBundle\Tests\DataCollector;
1313

1414
use Symfony\Bundle\FrameworkBundle\Controller\RedirectController;
15+
use Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector;
1516
use Symfony\Bundle\FrameworkBundle\Tests\TestCase;
1617
use Symfony\Component\HttpFoundation\RedirectResponse;
1718
use Symfony\Component\HttpFoundation\Request;
18-
use \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector;
1919
use Symfony\Component\HttpKernel\Event\ControllerEvent;
2020
use Symfony\Component\HttpKernel\KernelInterface;
2121

@@ -57,7 +57,8 @@ public function testRouteRedirectControllerWithRouteAttribute()
5757
$this->assertEquals('current-route', $collector->getTargetRoute());
5858
}
5959

60-
protected function createControllerEvent(Request $request): ControllerEvent {
60+
protected function createControllerEvent(Request $request): ControllerEvent
61+
{
6162
$kernel = $this->createMock(KernelInterface::class);
6263

6364
return new ControllerEvent($kernel, new RedirectController(), $request, null);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy