Skip to content

Commit afd0264

Browse files
committed
fix speeling mistake
1 parent d4afc96 commit afd0264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/JWTTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ public function testInvalidSignatureEncoding()
396396
JWT::decode($msg, new Key('secret', 'HS256'));
397397
}
398398

399-
public function testInvalideKeyOrKeyArray()
399+
public function testInvalidKeyOrKeyArray()
400400
{
401401
$key = 'yma6Hq4XQegCVND8ef23OYgxSrC3IKqk';
402402
$payload = ['foo' => [1, 2, 3]];

0 commit comments

Comments
 (0)