We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80aaa2 commit 0eb9fb0Copy full SHA for 0eb9fb0
src/JwtToken.php
@@ -174,7 +174,7 @@ public static function generateToken(array $extend): array
174
* @throws JwtTokenException
175
* @author Tinywan(ShaoBo Wan)
176
*/
177
- public static function verify(int $tokenType = self::ACCESS_TOKEN, string $token = null): array
+ public static function verify(int $tokenType = self::ACCESS_TOKEN, ?string $token = null): array
178
{
179
$token = $token ?? self::getTokenFromHeaders();
180
try {
0 commit comments