Skip to content

Commit cd431a6

Browse files
committed
P7A-113: improve language
1 parent 8784835 commit cd431a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundle/Routing/GeneratorRouter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
/**
4242
* @final
4343
*
44-
* @internal do not use directly; use @router instead to keep the chain routing mechanism
44+
* @internal do not use directly; use @router instead, to keep the chain routing mechanism
4545
*/
4646
class GeneratorRouter implements ChainedRouterInterface, RequestMatcherInterface
4747
{

bundle/Routing/UrlAliasRouter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Symfony\Component\HttpFoundation\Request;
1010

1111
/**
12-
* Do not use directly; use @router instead to keep the chain routing mechanism.
12+
* Do not use directly; use @router instead, to keep the chain routing mechanism.
1313
*/
1414
class UrlAliasRouter extends BaseUrlAliasRouter
1515
{

0 commit comments

Comments
 (0)