Completed
Pull Request — master (#70)
by
unknown
02:56
created
Service/Storage/DoctrineCache.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -86,6 +86,9 @@
 block discarded – undo
86 86
         return true;
87 87
     }
88 88
 
89
+    /**
90
+     * @param string $key
91
+     */
89 92
     private function createRateInfo($key, array $info)
90 93
     {
91 94
         $rateLimitInfo = new RateLimitInfo();
Please login to merge, or discard this patch.
Service/Storage/Memcache.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -86,6 +86,9 @@
 block discarded – undo
86 86
         return true;
87 87
     }
88 88
 
89
+    /**
90
+     * @param string $key
91
+     */
89 92
     private function createRateInfo($key, array $info)
90 93
     {
91 94
         $rateLimitInfo = new RateLimitInfo();
Please login to merge, or discard this patch.
Service/Storage/PsrCache.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -86,6 +86,9 @@
 block discarded – undo
86 86
         return true;
87 87
     }
88 88
 
89
+    /**
90
+     * @param string $key
91
+     */
89 92
     private function createRateInfo($key, array $info)
90 93
     {
91 94
         $rateLimitInfo = new RateLimitInfo();
Please login to merge, or discard this patch.
Service/Storage/SimpleCache.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -86,6 +86,9 @@
 block discarded – undo
86 86
         return true;
87 87
     }
88 88
 
89
+    /**
90
+     * @param string $key
91
+     */
89 92
     private function createRateInfo($key, array $info)
90 93
     {
91 94
         $rateLimitInfo = new RateLimitInfo();
Please login to merge, or discard this patch.