Completed
Branch master (c84cf5)
by Mehmet
03:53
created
src/MemcachedCache.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
      * @param string  $key  The cache item key
112 112
      * @param integer $step The value to increment by, defaulting to 1
113 113
      *
114
-     * @return int|bool The new value on success and false on failure
114
+     * @return integer The new value on success and false on failure
115 115
      */
116 116
     public function increment($key, $step = 1)
117 117
     {
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
      * @param string  $key  The cache item key
124 124
      * @param integer $step The value to decrement by, defaulting to 1
125 125
      *
126
-     * @return int|bool The new value on success and false on failure
126
+     * @return integer The new value on success and false on failure
127 127
      */
128 128
     public function decrement($key, $step = 1)
129 129
     {
Please login to merge, or discard this patch.