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 d1e5c97 commit ebb27d2Copy full SHA for ebb27d2
src/Symfony/Component/DependencyInjection/Attribute/Autoconfigure.php
@@ -21,7 +21,7 @@ class Autoconfigure
21
{
22
/**
23
* @param array<array-key, array<array-key, mixed>>|string[]|null $tags The tags to add to the service
24
- * @param array<string, array<array-key, mixed>>|null $calls The calls to be made when instantiating the service
+ * @param array<array<mixed>>|null $calls The calls to be made when instantiating the service
25
* @param array<string, mixed>|null $bind The bindings to declare for the service
26
* @param bool|string|null $lazy Whether the service is lazy-loaded
27
* @param bool|null $public Whether to declare the service as public
0 commit comments