@@ -9,6 +9,11 @@ |
||
| 9 | 9 | private $privateKey; |
| 10 | 10 | private $cipher; |
| 11 | 11 | |
| 12 | + /** |
|
| 13 | + * @param string $key |
|
| 14 | + * @param null|string $passPhrase |
|
| 15 | + * @param string $cipher |
|
| 16 | + */ |
|
| 12 | 17 | public function __construct( |
| 13 | 18 | CacheItemInterface $decorated, |
| 14 | 19 | $certificate, |