diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-10-14 18:13:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-14 18:13:30 +0200 |
commit | 3d2039f04104c7ad2ae90dd646cfc7880b2c4b17 (patch) | |
tree | 5978f9859cb6af6e4f85c277dcbe716f72a9b42d /lib/public/Encryption/IEncryptionModule.php | |
parent | 262ed0ffeb6e82fb42913524190724a4d7bfdd4e (diff) | |
parent | 46e844d14d7786124e47f9f9ba3591712451e1b0 (diff) | |
download | nextcloud-server-3d2039f04104c7ad2ae90dd646cfc7880b2c4b17.tar.gz nextcloud-server-3d2039f04104c7ad2ae90dd646cfc7880b2c4b17.zip |
Merge pull request #48687 from nextcloud/chore/gender-neutral-language
chore: Use more gender neutral language
Diffstat (limited to 'lib/public/Encryption/IEncryptionModule.php')
-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 fbac291c1b9..0bf0ef3476b 100644 --- a/lib/public/Encryption/IEncryptionModule.php +++ b/lib/public/Encryption/IEncryptionModule.php @@ -125,7 +125,7 @@ interface IEncryptionModule { * e.g. if all encryption keys exists * * @param string $path - * @param string $uid user for whom we want to check if he can read the file + * @param string $uid user for whom we want to check if they can read the file * @return boolean * @since 8.1.0 */ |