Fix phpdoc return types

This commit is contained in:
Clemens Schwaighofer
2024-12-23 11:26:50 +09:00
parent d1e65c702e
commit 8d0036eaac
3 changed files with 7 additions and 7 deletions

View File

@@ -209,7 +209,7 @@ class SymmetricEncryption
* set a new key for encryption
*
* @param string $key
* @return void
* @return SymmetricEncryption
* @throws \UnexpectedValueException key cannot be empty
*/
public function setKey(