Skip to content

Commit

Permalink
Merge pull request #213 from rieschl/qa/service-manager-array-shape
Browse files Browse the repository at this point in the history
Narrow array type for `services` in ServiceManager configuration
  • Loading branch information
boesing authored Oct 24, 2023
2 parents b4f5470 + 10ceb4a commit de98d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
* initializers?: InitializersConfiguration,
* invokables?: array<string,string>,
* lazy_services?: LazyServicesConfiguration,
* services?: array<string,object|array>,
* services?: array<string,object|array<mixed>>,
* shared?:array<string,bool>,
* shared_by_default?:bool,
* ...
Expand Down

0 comments on commit de98d29

Please sign in to comment.