From 7a379d8871f6a36f01559c14e11141cc02eb8dc8 Mon Sep 17 00:00:00 2001 From: HypeMC Date: Mon, 25 Nov 2024 15:52:46 +0100 Subject: [PATCH] [DependencyInjection] Fix PhpDoc type --- Attribute/AutowireLocator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Attribute/AutowireLocator.php b/Attribute/AutowireLocator.php index 853a18a82..5d3cf374f 100644 --- a/Attribute/AutowireLocator.php +++ b/Attribute/AutowireLocator.php @@ -28,8 +28,8 @@ class AutowireLocator extends Autowire /** * @see ServiceSubscriberInterface::getSubscribedServices() * - * @param string|array $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 $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,