Skip to content

Commit 835a8e0

Browse files
committed
Fix code syntax
1 parent 1b6789f commit 835a8e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

routing.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2194,7 +2194,8 @@ the :class:`Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface` class
21942194
class SomeService
21952195
{
21962196
public function __construct(private UrlGeneratorInterface $router)
2197-
{}
2197+
{
2198+
}
21982199

21992200
public function someMethod()
22002201
{

0 commit comments

Comments
 (0)