Passed
Push — master ( e794f9...8ec5a3 )
by Vince
01:29
created
src/core/throttle/limiter.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
         if (isset($this->account->scope) &&
108 108
             ($this->account->scope == 'anonymous' || $this->account->scope == 'public')
109 109
         ) {
110
-           $this->scope = $this->account->scope;
110
+            $this->scope = $this->account->scope;
111 111
         }
112 112
 
113 113
         return $this;
Please login to merge, or discard this patch.