Passed
Push — main ( f4c1cf...baad0b )
by gyufi
03:41
created
www/authorize_403.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     $t->data['logoutURL'] = \SimpleSAML\Module::getModuleURL(
17 17
         'core/authenticate.php',
18 18
         ['as' => $state['Source']['auth']]
19
-    )."&logout";
19
+    ) . "&logout";
20 20
 }
21 21
 if (isset($state['authprocAuthorizeByDest_reject_msg'])) {
22 22
     $t->data['reject_msg'] = $state['authprocAuthorizeByDest_reject_msg'];
Please login to merge, or discard this patch.
lib/Auth/Process/AuthorizeByDest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     {
77 77
         Assert::keyExists($request, 'Attributes');
78 78
         Assert::keyExists($request, 'SPMetadata');
79
-        Assert::keyExists($request['SPMetadata'],'entityid');
79
+        Assert::keyExists($request['SPMetadata'], 'entityid');
80 80
 
81 81
         $attributes = $request['Attributes'];
82 82
         $destination = $request['SPMetadata']['entityid'];
Please login to merge, or discard this patch.