Passed
Pull Request — master (#108)
by
unknown
05:52
created
src/Http/Middleware/ResolveIdp.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
         if(!$idp = config("saml2.idps.$key")) {
83 83
             if (config('saml2.debug')) {
84 84
                 Log::debug('[Saml2] Unknown IdP requested', [
85
-                  'key' => $key
85
+                    'key' => $key
86 86
                 ]);
87 87
             }
88 88
 
Please login to merge, or discard this patch.