@@ -56,9 +56,9 @@ discard block |
||
| 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 |
||
| 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 |
||
| 122 | 122 | } |
| 123 | 123 | |
| 124 | 124 | /** |
| 125 | - * @param $handler |
|
| 125 | + * @param resource $handler |
|
| 126 | 126 | * |
| 127 | 127 | * @throws \RuntimeException |
| 128 | 128 | */ |