We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6182c0 commit 7857d54Copy full SHA for 7857d54
README.md
@@ -8,8 +8,8 @@
8
9
This extension provides following features:
10
11
-* Provides correct return type for `ContainerInterface::get()` method.
12
-* Provides correct return type for `Controller::get()` method.
+* Provides correct return type for `ContainerInterface::get()` and `::has()` methods.
+* Provides correct return type for `Controller::get()` and `::has()` methods.
13
* Provides correct return type for `Request::getContent()` method based on the `$asResource` parameter.
14
* Notifies you when you try to get an unregistered service from the container.
15
* Notifies you when you try to get a private service from the container.
0 commit comments