Skip to content

Commit c72cf34

Browse files
committed
Codesniffer: no grouped use-statements
1 parent 5ee1edf commit c72cf34

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

hooks/hook_generate_metadata.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@
44

55
use SimpleSAML\Assert\Assert;
66
use SimpleSAML\SAML2\Constants as C;
7-
use SimpleSAML\{Configuration, Utils, Logger, Module};
7+
use SimpleSAML\Configuration;
8+
use SimpleSAML\Utils;
9+
use SimpleSAML\Logger;
10+
use SimpleSAML\Module;
811
use SimpleSAML\Locale\Translate;
912
use SimpleSAML\Metadata\MetaDataStorageHandler;
1013

14+
/**
15+
* @param array<mixed> $hookinfo
16+
*/
1117
function adfs_hook_generate_metadata(array &$hookinfo): void
1218
{
1319
if ($hookinfo['set'] === 'adfs-idp-hosted') {

0 commit comments

Comments
 (0)