Skip to content

Commit 144e201

Browse files
committed
Update JWT.php
1 parent b31429e commit 144e201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authentication/JWT.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public static function sign($msg, $key, $method = 'HS256')
154154
}
155155
}
156156

157-
public static function verify($msg, $signature $key, $method = 'HS256') {
157+
public static function verify($msg, $signature, $key, $method = 'HS256') {
158158
if (empty(self::$methods[$method])) {
159159
throw new DomainException('Algorithm not supported');
160160
}

0 commit comments

Comments
 (0)