Passed
Pull Request — master (#106)
by
unknown
05:09
created
src/Auth.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@
 block discarded – undo
167 167
      */
168 168
     public function sls($retrieveParametersFromServer = false)
169 169
     {
170
-        $this->base->processSLO(false, null, $retrieveParametersFromServer, function () {
170
+        $this->base->processSLO(false, null, $retrieveParametersFromServer, function() {
171 171
             OneLoginUtils::deleteLocalSession();
172 172
             event(new SignedOut());
173 173
         });
Please login to merge, or discard this patch.