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 77c636d commit adc3424Copy full SHA for adc3424
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