We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef444a commit 9eb731eCopy full SHA for 9eb731e
1 file changed
DependencyInjection/AsyncCommandExtension.php
@@ -9,7 +9,7 @@
9
10
class AsyncCommandExtension extends Extension
11
{
12
- public function load(array $configs, ContainerBuilder $container)
+ public function load(array $configs, ContainerBuilder $container): void
13
14
foreach ($configs['clients'] as $client) {
15
// BC compatibility
0 commit comments