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.
2 parents 155ece9 + 91e5fd0 commit 1ea8370Copy full SHA for 1ea8370
docs/ContainerInterface.md
@@ -40,7 +40,7 @@ Users of dependency injections containers (DIC) are refered to as `user`.
40
Exceptions directly thrown by the container MUST implement the
41
[`Interop\Container\Exception\ContainerException`](../src/Interop/Container/Exception/ContainerException.php).
42
43
-A call to the `get` method with a non-existing id should throw a
+A call to the `get` method with a non-existing id SHOULD throw a
44
[`Interop\Container\Exception\NotFoundException`](../src/Interop/Container/Exception/NotFoundException.php).
45
46
### 1.3 Additional features
0 commit comments