We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4afc96 commit afd0264Copy full SHA for afd0264
tests/JWTTest.php
@@ -396,7 +396,7 @@ public function testInvalidSignatureEncoding()
396
JWT::decode($msg, new Key('secret', 'HS256'));
397
}
398
399
- public function testInvalideKeyOrKeyArray()
+ public function testInvalidKeyOrKeyArray()
400
{
401
$key = 'yma6Hq4XQegCVND8ef23OYgxSrC3IKqk';
402
$payload = ['foo' => [1, 2, 3]];
0 commit comments