改名
This commit is contained in:
@@ -38,7 +38,7 @@ class Context extends BaseContext
|
|||||||
* @param null $key
|
* @param null $key
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
private static function setStatic($id, $context, $key = null): array
|
private static function setStatic($id, $context, $key = null): mixed
|
||||||
{
|
{
|
||||||
if (empty($key)) {
|
if (empty($key)) {
|
||||||
return static::$_contents[$id] = $context;
|
return static::$_contents[$id] = $context;
|
||||||
|
|||||||
Reference in New Issue
Block a user