Completed
Push — master ( b1e889...da3959 )
by Jonathan
7s
created
src/Iron/ItemDecorator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -25,6 +25,9 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.