Completed
Push — master ( 0d9cbc...8d7e77 )
by yuuki
02:23
created
src/Cache/MemcachedBucketStore.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -56,9 +56,9 @@  discard block
 block discarded – undo
56 56
      * Increment the value of an item in the cache.
57 57
      *
58 58
      * @param string $key
59
-     * @param mixed  $value
59
+     * @param integer  $value
60 60
      *
61
-     * @return int|bool
61
+     * @return integer
62 62
      */
63 63
     public function increment($key, $value = 1)
64 64
     {
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
      * Decrement the value of an item in the cache.
78 78
      *
79 79
      * @param string $key
80
-     * @param mixed  $value
80
+     * @param integer  $value
81 81
      *
82 82
      * @return int|bool
83 83
      */
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
     }
123 123
 
124 124
     /**
125
-     * @param $handler
125
+     * @param resource $handler
126 126
      *
127 127
      * @throws \RuntimeException
128 128
      */
Please login to merge, or discard this patch.