Completed
Pull Request — master (#11)
by
unknown
12:23
created
Service/RateLimitHandler.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -152,8 +152,8 @@
 block discarded – undo
152 152
         if (null !== $annotation) {
153 153
             $this->enabled = $annotation->enabled;
154 154
         } else {
155
-	    $annotation = new ApiRateLimit();
156
-	}
155
+        $annotation = new ApiRateLimit();
156
+    }
157 157
 
158 158
         list($key, $limit, $period) = $this->getThrottle($request, $annotation);
159 159
 
Please login to merge, or discard this patch.