merged branch bamarni/patch-2 (PR #5018)

Commits
-------

91415b1 removed unneeded class to compile

Discussion
----------

removed unneeded class to compile

As the redirectable matcher a few lines below is a child class.

I'm not sure if it's the other one that should be removed instead? As it's not always required, when using the apache matcher for example.
This commit is contained in:
Fabien Potencier 2012-07-23 15:54:36 +02:00
commit 208faf4f4b

View File

@ -256,7 +256,6 @@ class FrameworkExtension extends Extension
$container->setParameter('request_listener.https_port', $config['https_port']);
$this->addClassesToCompile(array(
'Symfony\\Component\\Routing\\Matcher\\UrlMatcher',
'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
'Symfony\\Component\\Routing\\RequestContext',
'Symfony\\Component\\Routing\\Router',