diff options
author | Vincent Petry <vincent@nextcloud.com> | 2021-03-17 12:01:19 +0100 |
---|---|---|
committer | Vincent Petry <vincent@nextcloud.com> | 2021-03-17 12:04:08 +0100 |
commit | 67e0b194b62fcefdc1f71e85539edd093a439f8a (patch) | |
tree | 348c120b3527ed992cb5bf7c034dc6ae9031fdba /lib/public | |
parent | f80f7a33e8c5e2dcb9678cb1d6b650e797af871a (diff) | |
download | nextcloud-server-67e0b194b62fcefdc1f71e85539edd093a439f8a.tar.gz nextcloud-server-67e0b194b62fcefdc1f71e85539edd093a439f8a.zip |
Update and fix baseline
Backported some bits of stable21 to make Psalm happy.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Encryption/IEncryptionModule.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Encryption/IEncryptionModule.php b/lib/public/Encryption/IEncryptionModule.php index 7d306d3c2fe..050cdf2555b 100644 --- a/lib/public/Encryption/IEncryptionModule.php +++ b/lib/public/Encryption/IEncryptionModule.php @@ -102,7 +102,7 @@ interface IEncryptionModule { * decrypt data * * @param string $data you want to decrypt - * @param string $position position of the block we want to decrypt + * @param int|string $position position of the block we want to decrypt * * @return mixed decrypted data * |