This commit is contained in:
2021-03-18 17:57:11 +08:00
parent 5aad4e6613
commit 788d5a524b
+1 -1
View File
@@ -38,7 +38,7 @@ class Context extends BaseContext
* @param null $key
* @return array
*/
private static function setStatic($id, $context, $key = null): array
private static function setStatic($id, $context, $key = null): mixed
{
if (empty($key)) {
return static::$_contents[$id] = $context;