Skip to content

Commit 653c00a

Browse files
committed
Add @SInCE tags for new methods
1 parent 9b3d0ec commit 653c00a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

classes/Codec.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public static function decodeBase64url(string $string): ?string
6464
* Encodes Base 32 Encoding with Extended Hex Alphabet
6565
*
6666
* @see https://datatracker.ietf.org/doc/html/rfc4648#section-7
67+
* @since 1.4
6768
*/
6869
public static function encodeBase32hex(string $bytes): string
6970
{
@@ -101,6 +102,7 @@ public static function encodeBase32hex(string $bytes): string
101102
* Decodes Base 32 Encoding with Extended Hex Alphabet
102103
*
103104
* @see https://datatracker.ietf.org/doc/html/rfc4648#section-7
105+
* @since 1.4
104106
*/
105107
public static function decodeBase32hex(string $string): string
106108
{

0 commit comments

Comments
 (0)