aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Encryption/IEncryptionModule.php
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-10-14 18:13:30 +0200
committerGitHub <noreply@github.com>2024-10-14 18:13:30 +0200
commit3d2039f04104c7ad2ae90dd646cfc7880b2c4b17 (patch)
tree5978f9859cb6af6e4f85c277dcbe716f72a9b42d /lib/public/Encryption/IEncryptionModule.php
parent262ed0ffeb6e82fb42913524190724a4d7bfdd4e (diff)
parent46e844d14d7786124e47f9f9ba3591712451e1b0 (diff)
downloadnextcloud-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.php2
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
*/