Skip to content

Commit 85157fb

Browse files
[FrameworkBundle] Add void return-type to ErrorLoggerCompilerPass
1 parent 6715a81 commit 85157fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)