From ee604884a749c365e18b2a6b5e9433286baba93e Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Sat, 19 Feb 2022 17:46:06 +0100 Subject: [PATCH] Fix --- composer.lock | 2 +- lib/SimpleSAML/Session.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.lock b/composer.lock index 9cd952beb..8bd51e811 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "88613b7122ef0ac8c71e58873a683965", + "content-hash": "499ed983a7e8abed35ed5ab324abc681", "packages": [ { "name": "gettext/gettext", diff --git a/lib/SimpleSAML/Session.php b/lib/SimpleSAML/Session.php index 9c721884f..401fd6ade 100644 --- a/lib/SimpleSAML/Session.php +++ b/lib/SimpleSAML/Session.php @@ -200,11 +200,11 @@ class Session implements Utils\ClearableState /** - * Serialize this XML chunk. + * Serialize this Session. * * This method will be invoked by any calls to serialize(). * - * @return array The serialized representation of this XML object. + * @return array The serialized representation of this Session. */ public function __serialize(): array { -- GitLab