@@ -58,6 +58,10 @@ |
||
| 58 | 58 | return ''; |
| 59 | 59 | } |
| 60 | 60 | |
| 61 | + /** |
|
| 62 | + * @param string $path |
|
| 63 | + * @param string $method |
|
| 64 | + */ |
|
| 61 | 65 | private function requestMatched($pathLimit, $path, $method) |
| 62 | 66 | { |
| 63 | 67 | return $this->methodMatched($pathLimit['methods'], $method) |
@@ -164,7 +164,7 @@ |
||
| 164 | 164 | } |
| 165 | 165 | |
| 166 | 166 | /** |
| 167 | - * @param $event ProxyFilterControllerEvent |
|
| 167 | + * @param ProxyFilterControllerEvent $event ProxyFilterControllerEvent |
|
| 168 | 168 | */ |
| 169 | 169 | private function getKey($event, RateLimit $rateLimit, array $annotations) |
| 170 | 170 | { |