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

Coding style

parent 7d72a7e1
Branches
Tags
No related merge requests found
......@@ -249,8 +249,8 @@ class SP extends Source
$ar->setNameIdPolicy($policy);
}
$IDPList = array();
$requesterID = array();
$IDPList = [];
$requesterID = [];
/* Only check for real info for Scoping element if we are going to send Scoping element */
if ($this->disable_scoping != true && $idpMetadata->getBoolean('disable_scoping', false) != true) {
......@@ -275,7 +275,7 @@ class SP extends Source
$requesterID[] = $state['core:SP'];
}
} else {
\SimpleSAML\Logger::debug('Disabling samlp:Scoping for ' . var_export($idpMetadata->getString('entityid'), TRUE));
\SimpleSAML\Logger::debug('Disabling samlp:Scoping for '.var_export($idpMetadata->getString('entityid'), true));
}
$ar->setIDPList(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment