We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea69b2 commit fe9ad37Copy full SHA for fe9ad37
1 file changed
src/Core/Token.php
@@ -13,7 +13,7 @@ class Token
13
/**
14
* Supported algorithms
15
*/
16
- public const array ALGORITHMS = [
+ public const ALGORITHMS = [
17
'HS256' => 'sha256',
18
'HS384' => 'sha384',
19
'HS512' => 'sha512',
0 commit comments