8000 merged branch bamarni/patch-2 (PR #5018) · Lumbendil/symfony@208faf4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 208faf4

Browse files
committed
merged branch bamarni/patch-2 (PR symfony#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.
2 parents c20c1d1 + 91415b1 commit 208faf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ private function registerRouterConfiguration(array $config, ContainerBuilder $co
256256
$container->setParameter('request_listener.https_port', $config['https_port']);
257257

258258
$this->addClassesToCompile(array(
259-
'Symfony\\Component\\Routing\\Matcher\\UrlMatcher',
260259
'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
261260
'Symfony\\Component\\Routing\\RequestContext',
262261
'Symfony\\Component\\Routing\\Router',

0 commit comments

Comments
 (0)
0