We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18f0c75 + 404e82e commit b7ce3b1Copy full SHA for b7ce3b1
src/ContainerInterface.php
@@ -15,7 +15,7 @@ interface ContainerInterface
15
*
16
* @param string $id Identifier of the entry to look for.
17
18
- * @throws NotFoundExceptionInterface No entry was found for this identifier.
+ * @throws NotFoundExceptionInterface No entry was found for **this** identifier.
19
* @throws ContainerExceptionInterface Error while retrieving the entry.
20
21
* @return mixed Entry.
@@ -31,7 +31,7 @@ public function get($id);
31
32
33
34
- * @return boolean
+ * @return bool
35
*/
36
public function has($id);
37
}
0 commit comments