We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db3174 commit 226f9bdCopy full SHA for 226f9bd
src/Config.php
@@ -84,7 +84,8 @@ public static function getHandler($handler): string
84
}
85
86
/**
87
- * @param string $handler
+ * @param array $config
88
+ * @return string|null The audience as an hash or null if not needed
89
*/
90
public static function getAudience(array $config): ?string
91
{
0 commit comments