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 7a4dbef commit 7a379d8Copy full SHA for 7a379d8
Attribute/AutowireLocator.php
@@ -28,8 +28,8 @@ class AutowireLocator extends Autowire
28
/**
29
* @see ServiceSubscriberInterface::getSubscribedServices()
30
*
31
- * @param string|array<string|SubscribedService> $services An explicit list of services or a tag name
32
- * @param string|string[] $exclude A service or a list of services to exclude
+ * @param string|array<string|Autowire|SubscribedService> $services An explicit list of services or a tag name
+ * @param string|string[] $exclude A service or a list of services to exclude
33
*/
34
public function __construct(
35
string|array $services,
0 commit comments