You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param string|array<string|SubscribedService> $services A tag name or an explicit list of service ids
32
-
* @param string|null $indexAttribute The name of the attribute that defines the key referencing each service in the locator
33
-
* @param string|null $defaultIndexMethod The static method that should be called to get each service's key when their tag doesn't define the previous attribute
34
-
* @param string|null $defaultPriorityMethod The static method that should be called to get each service's priority when their tag doesn't define the "priority" attribute
35
-
* @param string|array $exclude A service id or a list of service ids to exclude
36
-
* @param bool $excludeSelf Whether to automatically exclude the referencing service from the locator
31
+
* @param string|array<string|Autowire|SubscribedService> $services A tag name or an explicit list of service ids
32
+
* @param string|null $indexAttribute The name of the attribute that defines the key referencing each service in the locator
33
+
* @param string|null $defaultIndexMethod The static method that should be called to get each service's key when their tag doesn't define the previous attribute
34
+
* @param string|null $defaultPriorityMethod The static method that should be called to get each service's priority when their tag doesn't define the "priority" attribute
35
+
* @param string|array $exclude A service id or a list of service ids to exclude
36
+
* @param bool $excludeSelf Whether to automatically exclude the referencing service from the locator
0 commit comments