@@ -132,7 +132,7 @@ discard block |
||
| 132 | 132 | } |
| 133 | 133 | |
| 134 | 134 | /** |
| 135 | - * @param $ttl int |
|
| 135 | + * @param integer $ttl int |
|
| 136 | 136 | * @return bool |
| 137 | 137 | */ |
| 138 | 138 | private function isLife($ttl): bool |
@@ -171,7 +171,7 @@ discard block |
||
| 171 | 171 | /** |
| 172 | 172 | * @param string $key |
| 173 | 173 | * @param mixed $value |
| 174 | - * @param null|int|\DateInterval $ttl |
|
| 174 | + * @param integer|null $ttl |
|
| 175 | 175 | * @throws InvalidArgumentException |
| 176 | 176 | * @throws LogicException |
| 177 | 177 | * @throws RuntimeException |