Passed
Push — master ( 83eecb...25787f )
by Vince
02:27
created
src/core/throttle/limiter.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
         if( isset($this->account->scope) &&
98 98
             ($this->account->scope == 'anonymous' || $this->account->scope == 'public')
99 99
         ) {
100
-           $this->scope = $this->account->scope;
100
+            $this->scope = $this->account->scope;
101 101
         }
102 102
 
103 103
         return $this;
Please login to merge, or discard this patch.