Completed
Push — master ( f20e30...a2c18f )
by Jonathan
04:47
created
src/EnvelopeEncryptingItemDecorator.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -9,6 +9,11 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.