Skip to content

Commit 4bd55ed

Browse files
committed
changed type from mixed|null to mixed
1 parent f36449e commit 4bd55ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Context/Context.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public function getAll(): array
142142
* Supports dot notation for nested arrays.
143143
*
144144
* @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.
145+
* @param mixed $default The default value to return if the key does not exist in the context.
146146
*
147147
* @return mixed The value associated with the key, or the default value if the key does not exist.
148148
*/

0 commit comments

Comments
 (0)