Skip to content
Snippets Groups Projects
Unverified Commit b43932eb authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

bugfix: Add missing parentheses.

parent 863e46d8
No related branches found
No related tags found
No related merge requests found
......@@ -630,7 +630,7 @@ class SAMLBuilder
$e = new \SAML2\XML\md\IDPSSODescriptor();
$e->setProtocolSupportEnumeration(
array_merge($e->getProtocolSupportEnumeration, [
array_merge($e->getProtocolSupportEnumeration(), [
'urn:oasis:names:tc:SAML:1.1:protocol',
'urn:mace:shibboleth:1.0'
])
......
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