From d556081541045c7591bdac2522eec14416d4023b Mon Sep 17 00:00:00 2001 From: flashwave Date: Wed, 31 Jul 2024 18:25:01 +0000 Subject: [PATCH] Updated Base32 method signatures. --- VERSION | 2 +- src/Serialisation/Base32.php | 36 ++++++++++++++++++------------------ 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/VERSION b/VERSION index 315448f..bbd40c2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2407.311820 +0.2407.311824 diff --git a/src/Serialisation/Base32.php b/src/Serialisation/Base32.php index e994d5e..3170864 100644 --- a/src/Serialisation/Base32.php +++ b/src/Serialisation/Base32.php @@ -1,32 +1,29 @@ > $shift) : ''; }