@@ -21,7 +21,7 @@ |
||
| 21 | 21 | ]; |
| 22 | 22 | |
| 23 | 23 | private static $dependencies = [ |
| 24 | - 'helper' => '%$' . SAMLHelper::class |
|
| 24 | + 'helper' => '%$'.SAMLHelper::class |
|
| 25 | 25 | ]; |
| 26 | 26 | |
| 27 | 27 | /** |
@@ -74,7 +74,7 @@ discard block |
||
| 74 | 74 | |
| 75 | 75 | $conf['sp']['entityId'] = $sp['entityId']; |
| 76 | 76 | $conf['sp']['assertionConsumerService'] = [ |
| 77 | - 'url' => $sp['entityId'] . '/saml/acs', |
|
| 77 | + 'url' => $sp['entityId'].'/saml/acs', |
|
| 78 | 78 | 'binding' => OneLogin_Saml2_Constants::BINDING_HTTP_POST |
| 79 | 79 | ]; |
| 80 | 80 | $conf['sp']['NameIDFormat'] = isset($sp['nameIdFormat']) ? |
@@ -108,7 +108,7 @@ discard block |
||
| 108 | 108 | $authnContexts = $this->config()->get('authn_contexts'); |
| 109 | 109 | $disableAuthnContexts = $this->config()->get('disable_authn_contexts'); |
| 110 | 110 | |
| 111 | - if ((bool)$disableAuthnContexts) { |
|
| 111 | + if ((bool) $disableAuthnContexts) { |
|
| 112 | 112 | $authnContexts = false; |
| 113 | 113 | } else { |
| 114 | 114 | if (!is_array($authnContexts)) { |