Completed
Push — master ( 66a98e...3a31fd )
by Jonas
03:53
created
src/Response.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -31,6 +31,7 @@  discard block
 block discarded – undo
31 31
     }
32 32
 
33 33
     /**
34
+     * @param string $key
34 35
      * @return mixed
35 36
     */
36 37
     public function getDecrypted($key, $default = null, $assocKeys = [])
@@ -71,6 +72,7 @@  discard block
 block discarded – undo
71 72
     }
72 73
 
73 74
     /**
75
+     * @param string $nonce
74 76
      * @return string
75 77
     */
76 78
     protected function decrypt($data, $nonce = null, $assocKeys = [])
Please login to merge, or discard this patch.