We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36449e commit 4bd55edCopy full SHA for 4bd55ed
1 file changed
system/Context/Context.php
@@ -142,7 +142,7 @@ public function getAll(): array
142
* Supports dot notation for nested arrays.
143
*
144
* @param string $key The key to identify the data.
145
- * @param mixed|null $default The default value to return if the key does not exist in the context.
+ * @param mixed $default The default value to return if the key does not exist in the context.
146
147
* @return mixed The value associated with the key, or the default value if the key does not exist.
148
*/
0 commit comments