Skip to content

Commit 88f0586

Browse files
committed
Fix sniffer-issues
1 parent c2fc593 commit 88f0586

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Auth/Source/CAS.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44

55
namespace SimpleSAML\Module\cas\Auth\Source;
66

7-
use DOMXpath;
87
use Exception;
98
use SimpleSAML\Auth;
9+
use SimpleSAML\CAS\Utils\XPath;
1010
use SimpleSAML\CAS\XML\cas\AuthenticationFailure;
1111
use SimpleSAML\CAS\XML\cas\AuthenticationSuccess;
1212
use SimpleSAML\CAS\XML\cas\ServiceResponse;
13-
use SimpleSAML\CAS\Utils\XPath;
1413
use SimpleSAML\Configuration;
1514
use SimpleSAML\Module;
1615
use SimpleSAML\Module\ldap\Auth\Ldap;
@@ -19,7 +18,6 @@
1918

2019
use function array_key_exists;
2120
use function array_merge_recursive;
22-
use function is_null;
2321
use function preg_split;
2422
use function strcmp;
2523
use function var_export;

0 commit comments

Comments
 (0)