@@ -156,8 +156,8 @@ |
||
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 |