We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3d2946 + e239c65 commit 793a8e4Copy full SHA for 793a8e4
README.md
@@ -15,7 +15,6 @@ The RoutingBundle enables the
15
as a Symfony bundle. It provides route documents for Doctrine ORM and PHPCR-ODM,
16
as well as a controller for redirection routes.
17
18
-
19
## Requirements
20
21
* See `require` section of [composer.json](composer.json)
tests/Functional/Routing/DynamicRouterTest.php
@@ -60,7 +60,7 @@ public function setUp(): void
60
$route->setRequirement('id', '[0-9]+');
61
$route->setDefault(RouteObjectInterface::CONTROLLER_NAME, 'testController');
62
63
- //TODO options
+ // TODO options
64
65
$this->getDm()->persist($route);
66
0 commit comments