8000 Fix CS · symfony/symfony@68800cd · GitHub
[go: up one dir, main page]

Skip to content

Commit 68800cd

Browse files
committed
Fix CS
1 parent 3eba934 commit 68800cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TemplatingPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function process(ContainerBuilder $container)
3636
if ($container->hasDefinition('templating.engine.php')) {
3737
$helpers = array();
3838
foreach ($container->findTaggedServiceIds('templating.helper') as $id => $attributes) {
39-
@trigger_error('The '.TemplatingPass::class.' class is deprecated since version 3.3 and will be removed in 4.0. Use Twig instead.', E_USER_DEPRECATED);
39+
@trigger_error('The '.self::class.' class is deprecated since version 3.3 and will be removed in 4.0. Use Twig instead.', E_USER_DEPRECATED);
4040

4141
if (isset($attributes[0]['alias'])) {
4242
$helpers[$attributes[0]['alias']] = $id;

0 commit comments

Comments
 (0)
0