Skip to content

Commit de98d29

Browse files
authored
Merge pull request #213 from rieschl/qa/service-manager-array-shape
Narrow array type for `services` in ServiceManager configuration
2 parents b4f5470 + 10ceb4a commit de98d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManager.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
* initializers?: InitializersConfiguration,
9090
* invokables?: array<string,string>,
9191
* lazy_services?: LazyServicesConfiguration,
92-
* services?: array<string,object|array>,
92+
* services?: array<string,object|array<mixed>>,
9393
* shared?:array<string,bool>,
9494
* shared_by_default?:bool,
9595
* ...

0 commit comments

Comments
 (0)