Passed
Branch master (4e6fdf)
by Tim
07:30
created
config-templates/module_casserver.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
12 12
        IdPs listed by the disco service will be restricted to entityIDs in the specified set. */
13 13
     'scopes' => array('mobile' => array('https://idp1.domain:1234/saml2/idp/metadata.php',
14 14
                                         'https://idp2.domain:5678/saml2/idp/metadata.php'),
15
-                      'desktop' => array('https://idp3.domain:1234/saml2/idp/metadata.php', 
16
-                                         'https://idp4.domain:5678/saml2/idp/metadata.php')),
15
+                        'desktop' => array('https://idp3.domain:1234/saml2/idp/metadata.php', 
16
+                                            'https://idp4.domain:5678/saml2/idp/metadata.php')),
17 17
 
18 18
     'legal_service_urls' => array( //Any service url string matching any of the following prefixes is accepted
19 19
         'http://host1.domain:1234/path1',
Please login to merge, or discard this patch.