We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fc593 commit 88f0586Copy full SHA for 88f0586
src/Auth/Source/CAS.php
@@ -4,13 +4,12 @@
4
5
namespace SimpleSAML\Module\cas\Auth\Source;
6
7
-use DOMXpath;
8
use Exception;
9
use SimpleSAML\Auth;
+use SimpleSAML\CAS\Utils\XPath;
10
use SimpleSAML\CAS\XML\cas\AuthenticationFailure;
11
use SimpleSAML\CAS\XML\cas\AuthenticationSuccess;
12
use SimpleSAML\CAS\XML\cas\ServiceResponse;
13
-use SimpleSAML\CAS\Utils\XPath;
14
use SimpleSAML\Configuration;
15
use SimpleSAML\Module;
16
use SimpleSAML\Module\ldap\Auth\Ldap;
@@ -19,7 +18,6 @@
19
18
20
use function array_key_exists;
21
use function array_merge_recursive;
22
-use function is_null;
23
use function preg_split;
24
use function strcmp;
25
use function var_export;
0 commit comments