Passed
Pull Request — master (#2)
by Tim
02:02
created
lib/Controller/MetaEditor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@
 block discarded – undo
146 146
             $xmlUtils->checkSAMLMessage($xmlMetadata, 'saml-meta');
147 147
             $entities = Metadata\SAMLParser::parseDescriptorsString($xmlMetadata);
148 148
             $entity = array_pop($entities);
149
-            $metadata =  $entity->getMetadata20SP();
149
+            $metadata = $entity->getMetadata20SP();
150 150
 
151 151
             /* Trim metadata endpoint arrays. */
152 152
             $metadata['AssertionConsumerService'] = [
Please login to merge, or discard this patch.