Completed
Pull Request — master (#86)
by
unknown
04:18
created
Util/PathLimitProcessor.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -61,6 +61,10 @@
 block discarded – undo
61 61
         return str_replace('/', '.', $this->getMatchedLimitPath($request));
62 62
     }
63 63
 
64
+    /**
65
+     * @param string $path
66
+     * @param string $method
67
+     */
64 68
     private function requestMatched($pathLimit, $path, $method)
65 69
     {
66 70
        return $this->methodMatched($pathLimit['methods'], $method)
Please login to merge, or discard this patch.