Skip to content

Commit f2a13b2

Browse files
committed
[TwigBundle] Remove obsolete class_exists() check
1 parent 4c84578 commit f2a13b2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Bundle/TwigBundle/DependencyInjection/Configurator/EnvironmentConfigurator.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
use Twig\Environment;
1616
use Twig\Extension\CoreExtension;
1717

18-
// BC/FC with namespaced Twig
19-
class_exists(Environment::class);
20-
2118
/**
2219
* Twig environment configurator.
2320
*

0 commit comments

Comments
 (0)