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 c2337de commit 6e83114Copy full SHA for 6e83114
docs/ContainerInterface.md
@@ -116,6 +116,9 @@ interface ContainerInterface
116
* Returns true if the container can return an entry for the given identifier.
117
* Returns false otherwise.
118
*
119
+ * `has($id)` returning true does not mean that `get($id)` will not throw an exception.
120
+ * It does however mean that `get($id)` will not throw a `NotFoundException`.
121
+ *
122
* @param string $id Identifier of the entry to look for.
123
124
* @return boolean
0 commit comments