We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab24076 commit aed608dCopy full SHA for aed608d
library/EngineBlock/Corto/Module/Bindings.php
@@ -183,9 +183,7 @@ public function receiveRequest()
183
$_SESSION['currentServiceProvider'] = $ebRequest->getIssuer()->getValue();
184
185
// Verify that we know this SP and have metadata for it.
186
- $serviceProvider = $this->_verifyKnownSP(
187
- $spEntityId->getValue()
188
- );
+ $serviceProvider = $this->_verifyKnownSP($spEntityId->getValue());
189
190
if (!$serviceProvider instanceof ServiceProvider) {
191
throw new EngineBlock_Corto_Module_Bindings_Exception(
0 commit comments