Skip to content

Commit 87365f4

Browse files
Merge branch '5.4' into 6.3
* 5.4: [FrameworkBundle] Add void return-type to ErrorLoggerCompilerPass
2 parents e5123df + 85157fb commit 87365f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Compiler/ErrorLoggerCompilerPass.php

+1-1
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)