Skip to content
Snippets Groups Projects
Unverified Commit d50ea9da authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Missing use-statement

parent a5bdbfff
No related branches found
No related tags found
No related merge requests found
<?php <?php
use RobRichards\XMLSecLibs\XMLSecurityKey; use RobRichards\XMLSecLibs\XMLSecurityKey;
use SAML2\SOAP;
/** /**
* IdP implementation for SAML 2.0 protocol. * IdP implementation for SAML 2.0 protocol.
...@@ -307,6 +308,7 @@ class sspmod_saml_IdP_SAML2 ...@@ -307,6 +308,7 @@ class sspmod_saml_IdP_SAML2
$extensions = null; $extensions = null;
$allowCreate = true; $allowCreate = true;
$authnContext = null; $authnContext = null;
$binding = null;
$idpInit = true; $idpInit = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment