Completed
Pull Request — master (#10)
by Krishnaprasad
08:08 queued 03:56
created
src/Cache/ThrottlerCache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
 
72 72
     /**
73 73
      * @param string $key
74
-     * @param mixed  $item
74
+     * @param ThrottlerItemInterface  $item
75 75
      * @return bool
76 76
      */
77 77
     public function setItem(string $key, ThrottlerItemInterface $item): bool
Please login to merge, or discard this patch.