We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f81a1 commit 5e11c3bCopy full SHA for 5e11c3b
src/functions.php
@@ -9,6 +9,7 @@
9
* @param string $id
10
* @param mixed $default
11
* @param bool $invokable
12
+ * @throws ContainerExceptionInterface Error while retrieving the entry.
13
* @return mixed
14
*/
15
function cget(ContainerInterface $container, string $id, $default = null, bool $invokable = true): mixed
0 commit comments