Skip to content
Snippets Groups Projects
Commit f6a20bf4 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix UndefinedClass|UndefinedMethod

parent ad4e2fa2
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@
"require-dev": {
"ext-curl": "*",
"mikey179/vfsstream": "~1.6",
"simplesamlphp/simplesamlphp-module-adfs": "dev-master",
"simplesamlphp/simplesamlphp-test-framework": "^0.1.3"
},
"suggest": {
......
......@@ -153,10 +153,6 @@ class SAMLBuilder
$metadata = Configuration::loadFromArray($metadata, $metadata['entityid']);
$defaultEndpoint = $metadata->getDefaultEndpoint('SingleSignOnService');
/**
* @psalm-var \SAML2\XML\md\RoleDescriptor $e
* @psalm-suppress UndefinedClass
*/
$e = new SecurityTokenServiceType();
$e->setLocation($defaultEndpoint['Location']);
......
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