From 10ceb4aaf86f00b29ba42e1e3d43007ebb03a540 Mon Sep 17 00:00:00 2001 From: Thomas Rieschl Date: Sat, 14 Oct 2023 23:21:17 +0200 Subject: [PATCH] QA: Use a more specific array shape in services configuration of ServiceManager fixes #212 Signed-off-by: Thomas Rieschl --- src/ServiceManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ServiceManager.php b/src/ServiceManager.php index e7d3c706..d63e2631 100644 --- a/src/ServiceManager.php +++ b/src/ServiceManager.php @@ -89,7 +89,7 @@ * initializers?: InitializersConfiguration, * invokables?: array, * lazy_services?: LazyServicesConfiguration, - * services?: array, + * services?: array>, * shared?:array, * shared_by_default?:bool, * ...