Skip to content

Commit e7766b1

Browse files
committed
Fix implicit nullable
1 parent 396a8e5 commit e7766b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IdP/ADFS.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ private static function postResponse(string $wreply, string $wresult, ?string $w
419419
* @throws \SimpleSAML\Error\Exception
420420
* @throws \SimpleSAML\Error\MetadataNotFound
421421
*/
422-
public static function getHostedMetadata(string $entityid, MetaDataStorageHandler $handler = null): array
422+
public static function getHostedMetadata(string $entityid, ?MetaDataStorageHandler $handler = null): array
423423
{
424424
$cryptoUtils = new Utils\Crypto();
425425

0 commit comments

Comments
 (0)