Skip to content

Commit d4a8e57

Browse files
minor symfony#58980 [DependencyInjection] Fix PhpDoc type (HypeMC)
This PR was merged into the 6.4 branch. Discussion ---------- [DependencyInjection] Fix PhpDoc type | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Was added in symfony#51916. Commits ------- b533c7d [DependencyInjection] Fix PhpDoc type
2 parents d9ab654 + b533c7d commit d4a8e57

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)