Skip to content

Commit

Permalink
QA: Use a more specific array shape in services configuration of Serv…
Browse files Browse the repository at this point in the history
…iceManager

fixes #212

Signed-off-by: Thomas Rieschl <[email protected]>
  • Loading branch information
rieschl committed Oct 16, 2023
1 parent b4f5470 commit 10ceb4a
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 10ceb4a

Please sign in to comment.