Completed
Push — master ( 4c368e...44d3c8 )
by
unknown
19s queued 13s
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
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Symfony\Component\HttpFoundation\Response;
13 13
 use Symfony\Component\HttpKernel\Event\FilterControllerEvent;
14 14
 use Symfony\Component\HttpKernel\HttpKernelInterface;
15
-use Symfony\Component\Routing\Route;
16 15
 
17 16
 class RateLimitAnnotationListener extends BaseListener
18 17
 {
Please login to merge, or discard this patch.