@@ -31,6 +31,7 @@ discard block |
||
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 |
||
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 = []) |