[Routing] added back a comment that were deleted previously

This commit is contained in:
Fabien Potencier 2011-07-07 11:11:30 +02:00
parent c061b4576b
commit 4f9060c929

View File

@ -29,6 +29,7 @@ class UrlGenerator implements UrlGeneratorInterface
{
protected $context;
protected $decodedChars = array(
// %2F is not valid in a URL, so we don't encode it (which is fine as the requirements explicitely allowed it)
'%2F' => '/',
);