Skip to content

Commit 7857d54

Browse files
committed
Updated readme
1 parent c6182c0 commit 7857d54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
This extension provides following features:
1010

11-
* Provides correct return type for `ContainerInterface::get()` method.
12-
* Provides correct return type for `Controller::get()` method.
11+
* Provides correct return type for `ContainerInterface::get()` and `::has()` methods.
12+
* Provides correct return type for `Controller::get()` and `::has()` methods.
1313
* Provides correct return type for `Request::getContent()` method based on the `$asResource` parameter.
1414
* Notifies you when you try to get an unregistered service from the container.
1515
* Notifies you when you try to get a private service from the container.

0 commit comments

Comments
 (0)