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 9ba1b6b commit e08b685Copy full SHA for e08b685
src/ContainerInterface.php
@@ -25,7 +25,7 @@ public function get($id);
25
/**
26
* Returns true if the container can return an entry for the given identifier.
27
* Returns false otherwise.
28
- *
+ *
29
* `has($id)` returning true does not mean that `get($id)` will not throw an exception.
30
* It does however mean that `get($id)` will not throw a `NotFoundExceptionInterface`.
31
*
0 commit comments