|
20 | 20 | class Autoconfigure
|
21 | 21 | {
|
22 | 22 | /**
|
23 |
| - * @param array<array-key, array<array-key, mixed>>|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 |
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 |
28 |
| - * @param bool|null $shared Whether to declare the service as shared |
29 |
| - * @param bool|null $autowire Whether to declare the service as autowired |
30 |
| - * @param array<string, mixed>|null $properties The properties to define when creating the service |
31 |
| - * @param array<class-string, string>|string|null $configurator A PHP function, reference or an array containing a class/Reference and a method to call after the service is fully initialized |
32 |
| - * @param string|null $constructor The public static method to use to instantiate the service |
| 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 |
| 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 |
| 28 | + * @param bool|null $shared Whether to declare the service as shared |
| 29 | + * @param bool|null $autowire Whether to declare the service as autowired |
| 30 | + * @param array<string, mixed>|null $properties The properties to define when creating the service |
| 31 | + * @param array<class-string, string>|string|null $configurator A PHP function, reference or an array containing a class/Reference and a method to call after the service is fully initialized |
| 32 | + * @param string|null $constructor The public static method to use to instantiate the service |
33 | 33 | */
|
34 | 34 | public function __construct(
|
35 | 35 | public ?array $tags = null,
|
|
0 commit comments