Skip to content

Commit

Permalink
[DependencyInjection] Fix PhpDoc type
Browse files Browse the repository at this point in the history
  • Loading branch information
HypeMC committed Nov 25, 2024
1 parent 7a4dbef commit 7a379d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Attribute/AutowireLocator.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class AutowireLocator extends Autowire
/**
* @see ServiceSubscriberInterface::getSubscribedServices()
*
* @param string|array<string|SubscribedService> $services An explicit list of services or a tag name
* @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
*/
public function __construct(
string|array $services,
Expand Down

0 comments on commit 7a379d8

Please sign in to comment.