From 553b7c4a14aa7f2403c87ce474933986ac17d040 Mon Sep 17 00:00:00 2001 From: flashwave Date: Thu, 3 Aug 2023 01:29:57 +0000 Subject: [PATCH] Fixed return type on UriBase64::decode. --- VERSION | 2 +- src/Serialisation/UriBase64.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 49a6886..57d7cbd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2307.221425 +0.2308.30129 diff --git a/src/Serialisation/UriBase64.php b/src/Serialisation/UriBase64.php index b02954b..e31d925 100644 --- a/src/Serialisation/UriBase64.php +++ b/src/Serialisation/UriBase64.php @@ -1,7 +1,7 @@