Skip to content

Commit 51c677e

Browse files
acrobatdbu
authored andcommitted
Styleci fixes
1 parent b5c6b06 commit 51c677e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Event/RouterGenerateEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
namespace Symfony\Cmf\Component\Routing\Event;
1313

14-
use Symfony\Contracts\EventDispatcher\Event;
1514
use Symfony\Component\Routing\Route;
15+
use Symfony\Contracts\EventDispatcher\Event;
1616

1717
/**
1818
* Event fired before the dynamic router generates a url for a route.

src/Event/RouterMatchEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
namespace Symfony\Cmf\Component\Routing\Event;
1313

14-
use Symfony\Contracts\EventDispatcher\Event;
1514
use Symfony\Component\HttpFoundation\Request;
15+
use Symfony\Contracts\EventDispatcher\Event;
1616

1717
class RouterMatchEvent extends Event
1818
{

0 commit comments

Comments
 (0)