1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-04 14:47:52 +02:00

[ticket/13388] Fix coding style

PHPBB3-13388
This commit is contained in:
Tristan Darricau 2015-05-30 13:14:27 +02:00
parent d129ee6c94
commit ea7114e785

View File

@ -225,6 +225,7 @@ class router implements RouterInterface
$route->setCondition($this->resolve($route->getCondition()));
}
}
/**
* Recursively replaces placeholders with the service container parameters.
*