Skip to content

Commit b533c7d

Browse files
committed
[DependencyInjection] Fix PhpDoc type
1 parent 76df983 commit b533c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/DependencyInjection/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)