Passed
Pull Request — master (#24)
by gyufi
13:55
created
src/Controller/Authorize.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
         $parameters = ['ForceAuthn' => true];
116 116
 
117 117
         if (isset($state['\\SimpleSAML\\Auth\\State.restartURL'])) {
118
-            $returnToUrl = $state['\\SimpleSAML\\Auth\\State.restartURL'] ;
118
+            $returnToUrl = $state['\\SimpleSAML\\Auth\\State.restartURL'];
119 119
             $parameters['ReturnTo'] = $returnToUrl;
120 120
         }
121 121
 
Please login to merge, or discard this patch.
src/Auth/Process/Authorize.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@
 block discarded – undo
189 189
 
190 190
         if (!$authorize) {
191 191
             if ($this->show_user_attribute !== null && array_key_exists($this->show_user_attribute, $attributes)) {
192
-                $userAttribute =  $attributes[$this->show_user_attribute][0] ?? null;
192
+                $userAttribute = $attributes[$this->show_user_attribute][0] ?? null;
193 193
                 if ($userAttribute !== null) {
194 194
                     $state['authprocAuthorize_user_attribute'] = $userAttribute;
195 195
                 }
Please login to merge, or discard this patch.