Skip to content

Commit 226f9bd

Browse files
committed
Fix docs
1 parent 7db3174 commit 226f9bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Config.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ public static function getHandler($handler): string
8484
}
8585

8686
/**
87-
* @param string $handler
87+
* @param array $config
88+
* @return string|null The audience as an hash or null if not needed
8889
*/
8990
public static function getAudience(array $config): ?string
9091
{

0 commit comments

Comments
 (0)