Skip to content

Commit fe9ad37

Browse files
committed
update
1 parent aea69b2 commit fe9ad37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Core/Token.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Token
1313
/**
1414
* Supported algorithms
1515
*/
16-
public const array ALGORITHMS = [
16+
public const ALGORITHMS = [
1717
'HS256' => 'sha256',
1818
'HS384' => 'sha384',
1919
'HS512' => 'sha512',

0 commit comments

Comments
 (0)