@@ -111,7 +111,7 @@ discard block |
||
| 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 |
||
| 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 | { |