@@ -25,6 +25,9 @@ |
||
25 | 25 | /** @var int|null */ |
26 | 26 | private $expiration; |
27 | 27 | |
28 | + /** |
|
29 | + * @param string $cipher |
|
30 | + */ |
|
28 | 31 | public function __construct( |
29 | 32 | CacheItemInterface $decorated, |
30 | 33 | PasswordInterface $password, |