We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5123df + 85157fb commit 87365f4Copy full SHA for 87365f4
DependencyInjection/Compiler/ErrorLoggerCompilerPass.php
@@ -20,7 +20,7 @@
20
*/
21
class ErrorLoggerCompilerPass implements CompilerPassInterface
22
{
23
- public function process(ContainerBuilder $container)
+ public function process(ContainerBuilder $container): void
24
25
if (!$container->hasDefinition('debug.debug_handlers_listener')) {
26
return;
0 commit comments