8000 [FrameworkBundle] Add void return-type to ErrorLoggerCompilerPass · symfony/symfony@e7d45da · GitHub
[go: up one dir, main page]

Skip to content

Commit e7d45da

Browse files
[FrameworkBundle] Add void return-type to ErrorLoggerCompilerPass
1 parent 6dfc142 commit e7d45da

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