Skip to content

Commit e4d5ae2

Browse files
committed
Codesniffer: no grouped use-statements
1 parent 1e624fb commit e4d5ae2

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

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)