We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f22b3d commit 5476728Copy full SHA for 5476728
DependencyInjection/AsyncEventDispatcherExtension.php
@@ -13,7 +13,7 @@
13
14
class AsyncEventDispatcherExtension extends Extension
15
{
16
- public function load(array $configs, ContainerBuilder $container)
+ public function load(array $configs, ContainerBuilder $container): void
17
18
$config = $this->processConfiguration(new Configuration(), $configs);
19
0 commit comments