8000 Merge branch '5.4' into 6.3 · symfony/symfony@28b7dd4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 28b7dd4

Browse files
Merge branch '5.4' into 6.3
* 5.4: [FrameworkBundle] Add void return-type to ErrorLoggerCompilerPass
2 parents 913a317 + e7d45da commit 28b7dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class ErrorLoggerCompilerPass implements CompilerPassInterface
2222
{
23-
public function process(ContainerBuilder $container)
23+
public function process(ContainerBuilder $container): void
2424
{
2525
if (!$container->hasDefinition('debug.debug_handlers_listener')) {
2626
return;

0 commit comments

Comments
 (0)
0