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 18f0c75 commit 404e82eCopy full SHA for 404e82e
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