Completed
Push — master ( a51466...8daf75 )
by Raffael
02:47
created
src/Auth/AttributeMap.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,8 +84,8 @@
 block discarded – undo
84 84
                 switch ($value['type']) {
85 85
                     case 'array':
86 86
                          $arr =  (array)$data[$value['attr']];
87
-                          unset($arr['count']);
88
-                          $attrs[$attr] = $arr;
87
+                            unset($arr['count']);
88
+                            $attrs[$attr] = $arr;
89 89
                     break;
90 90
                         
91 91
                     case 'string':
Please login to merge, or discard this patch.
src/Auth.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -242,7 +242,7 @@
 block discarded – undo
242 242
         }
243 243
         
244 244
         $this->logger->warning("all authentication adapter have failed", [
245
-           'category' => get_class($this)
245
+            'category' => get_class($this)
246 246
         ]);
247 247
 
248 248
         return false;
Please login to merge, or discard this patch.