Skip to content

Commit a08f446

Browse files
authored
Update README.md
1 parent d0632d2 commit a08f446

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ namespace {
343343
{
344344
return '';
345345
}
346+
346347
function jwt_decode(string $token, string $key, string $algorithm = 'HS256'): array
347348
{
348349
return [];
@@ -355,6 +356,7 @@ namespace Cdoco {
355356
// @codingStandardsIgnoreEnd
356357
{
357358
abstract public static function encode(array $payload, string $key, string $algorithm = 'HS256'): string;
359+
358360
abstract public static function decode(string $token, string $key, string $algorithm = 'HS256'): array;
359361
}
360362
}

0 commit comments

Comments
 (0)