Skip to content

Commit 7db3174

Browse files
committed
Fix return value
1 parent e185f2c commit 7db3174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public static function getHandler($handler): string
8686
/**
8787
* @param string $handler
8888
*/
89-
public static function getAudience(array $config): string
89+
public static function getAudience(array $config): ?string
9090
{
9191
return $config['signed_audience'] ?? false
9292
? hash_hmac('sha256', self::getHandler($config['handler']), config('app.key'))

0 commit comments

Comments
 (0)