@@ -55,7 +55,7 @@ discard block |
||
| 55 | 55 | |
| 56 | 56 | /** |
| 57 | 57 | * @param \Psr\Cache\CacheItemInterface $item |
| 58 | - * @return mixed |
|
| 58 | + * @return boolean|null |
|
| 59 | 59 | * @throws \InvalidArgumentException |
| 60 | 60 | */ |
| 61 | 61 | public function driverWrite(CacheItemInterface $item) |
@@ -211,7 +211,7 @@ discard block |
||
| 211 | 211 | /** |
| 212 | 212 | * @param string $optionName |
| 213 | 213 | * @param mixed $optionValue |
| 214 | - * @return bool |
|
| 214 | + * @return boolean|null |
|
| 215 | 215 | * @throws \InvalidArgumentException |
| 216 | 216 | */ |
| 217 | 217 | public static function isValidOption($optionName, $optionValue) |
@@ -239,7 +239,7 @@ discard block |
||
| 239 | 239 | } |
| 240 | 240 | } |
| 241 | 241 | /** |
| 242 | - * @return array |
|
| 242 | + * @return string[] |
|
| 243 | 243 | */ |
| 244 | 244 | public static function getValidOptions() |
| 245 | 245 | { |
@@ -247,7 +247,7 @@ discard block |
||
| 247 | 247 | } |
| 248 | 248 | |
| 249 | 249 | /** |
| 250 | - * @return array |
|
| 250 | + * @return string[] |
|
| 251 | 251 | */ |
| 252 | 252 | public static function getRequiredOptions() |
| 253 | 253 | { |