Completed
Pull Request — master (#12)
by
unknown
01:49
created
Service/RateLimitHandler.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -156,8 +156,8 @@
 block discarded – undo
156 156
                 $annotation = new ApiRateLimit();
157 157
             }
158 158
         } else {
159
-	    $annotation = new ApiRateLimit();
160
-	}
159
+        $annotation = new ApiRateLimit();
160
+    }
161 161
 
162 162
         list($key, $limit, $period) = $this->getThrottle($request, $annotation);
163 163
 
Please login to merge, or discard this patch.