diff --git a/Context.php b/Context.php index bdb136b..88c79a8 100644 --- a/Context.php +++ b/Context.php @@ -11,7 +11,10 @@ use Swoole\Coroutine; */ class Context { - + + /** + * @var array + */ protected static array $_contents = [];