Skip to content

Commit e239c65

Browse files
committed
cleanup readme
1 parent dbea9fd commit e239c65

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ The RoutingBundle enables the
1515
as a Symfony bundle. It provides route documents for Doctrine ORM and PHPCR-ODM,
1616
as well as a controller for redirection routes.
1717

18-
1918
## Requirements
2019

2120
* See `require` section of [composer.json](composer.json)

tests/Functional/Routing/DynamicRouterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function setUp(): void
6060
$route->setRequirement('id', '[0-9]+');
6161
$route->setDefault(RouteObjectInterface::CONTROLLER_NAME, 'testController');
6262

63-
//TODO options
63+
// TODO options
6464

6565
$this->getDm()->persist($route);
6666

0 commit comments

Comments
 (0)