We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a95cad commit c2337deCopy full SHA for c2337de
docs/ContainerInterface.md
@@ -34,6 +34,8 @@ Users of dependency injections containers (DIC) are referred to as `user`.
34
35
- `has` takes one unique parameter: an entry identifier. It MUST return `true`
36
if an entry identifier is known to the container and `false` if it is not.
37
+ `has($id)` returning true does not mean that `get($id)` will not throw an exception.
38
+ It does however mean that `get($id)` will not throw a `NotFoundException`.
39
40
### 1.2 Exceptions
41
0 commit comments