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 9fc7aab + f9a9895 commit 122c267Copy full SHA for 122c267
src/ContainerInterface.php
@@ -32,5 +32,5 @@ public function get(string $id);
32
*
33
* @return bool
34
*/
35
- public function has(string $id);
+ public function has(string $id): bool;
36
}
0 commit comments