From a5d8680782df56fed82260da0070b58270b099f0 Mon Sep 17 00:00:00 2001 From: lacatoire Date: Tue, 23 Jun 2026 18:44:46 +0200 Subject: [PATCH] hash: fix HashContext::__serialize return values (array, not void) --- reference/hash/hashcontext/serialize.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reference/hash/hashcontext/serialize.xml b/reference/hash/hashcontext/serialize.xml index a6600c15012d..dadf615e2e7d 100644 --- a/reference/hash/hashcontext/serialize.xml +++ b/reference/hash/hashcontext/serialize.xml @@ -26,9 +26,10 @@ &reftitle.returnvalues; - - &return.void; - + + Returns an &array; containing the serialized representation of the + HashContext object. +