Skip to content

Commit f431ead

Browse files
committed
Updated readme
1 parent 8864bd6 commit f431ead

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
## What does it do?
44

55
* Provides correct return type for `ContainerInterface::get()` method,
6-
* screams at you when you try to get unknown or private service from the container.
6+
* provides correct return type for `Controller::get()` method,
7+
* notifies you when you try to get an unregistered service from the container,
8+
* notifies you when you try to get a private service from the container.
79

810
## Installation
911

@@ -25,6 +27,10 @@ parameters:
2527

2628
## Limitations
2729

28-
It can only recognize pure strings or `::class` constants passed into `ContainerInterface::get()` method. This follows from the nature of static code analysis.
30+
It can only recognize pure strings or `::class` constants passed into `get()` method. This follows from the nature of static code analysis.
2931

3032
You have to provide a path to `srcDevDebugProjectContainer.xml` or similar xml file describing your container.
33+
34+
## Need something?
35+
36+
I don't use Symfony that often. So it might be entirely possible that something doesn't work here or that it lacks some functionality. If that's the case, **PLEASE DO NOT HESITATE** to open an issue or send a pull request. I will have a look at it and together we'll get you what you need. Thanks.

0 commit comments

Comments
 (0)