Skip to content

Commit 90b3aa3

Browse files
ryanneufeldrneufeldcisco
authored andcommitted
fix speeling mistake
1 parent d4afc96 commit 90b3aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)