Skip to content

Commit dcb4b52

Browse files
committed
adding a TODO for #177 to the code
1 parent ee2f2a3 commit dcb4b52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Routing/DynamicRouter.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ class DynamicRouter extends BaseDynamicRouter implements ContainerAwareInterface
4646
*/
4747
protected $container;
4848

49+
/**
50+
* TODO: use synchronized service once we up the minimum requirement to symfony 2.3
51+
* https://github.com/symfony-cmf/RoutingBundle/issues/177
52+
*
53+
* @param ContainerInterface $container
54+
*/
4955
public function setContainer(ContainerInterface $container = null)
5056
{
5157
$this->container = $container;

0 commit comments

Comments
 (0)