Skip to content

Commit 7a379d8

Browse files
committed
[DependencyInjection] Fix PhpDoc type
1 parent 7a4dbef commit 7a379d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Attribute/AutowireLocator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ class AutowireLocator extends Autowire
2828
/**
2929
* @see ServiceSubscriberInterface::getSubscribedServices()
3030
*
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
31+
* @param string|array<string|Autowire|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
3333
*/
3434
public function __construct(
3535
string|array $services,

0 commit comments

Comments
 (0)