We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d494014 commit 3cc4f06Copy full SHA for 3cc4f06
module/VuFind/src/VuFind/Auth/SimulatedSSO.php
@@ -32,6 +32,8 @@
32
use Laminas\Http\PhpEnvironment\Request;
33
use VuFind\Exception\Auth as AuthException;
34
35
+use function is_array;
36
+
37
/**
38
* Simulated single sign-on authentication module (for testing purposes only).
39
*
0 commit comments