Completed
Pull Request — master (#90)
by Benedikt
02:11
created
Util/PathLimitProcessor.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -58,6 +58,10 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
EventListener/RateLimitAnnotationListener.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Symfony\Component\HttpKernel\Event\FilterControllerEvent;
16 16
 use Symfony\Component\HttpKernel\HttpKernelInterface;
17 17
 use Symfony\Component\HttpKernel\Kernel;
18
-use Symfony\Component\Routing\Route;
19 18
 
20 19
 class RateLimitAnnotationListener extends BaseListener
21 20
 {
Please login to merge, or discard this patch.