Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-05-17 23:04:44 +0300
committerdartcafe <github@dartcafe.de>2022-05-17 23:04:44 +0300
commit4edffe755847a18adcfef01db695d3e289ee1337 (patch)
tree0763483cd5b7fac56649afbbd40d0dc8a96712d0 /lib/Service/ShareService.php
parent41887ebd3a65e7a2757371e542f283e937bcebca (diff)
fixes
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'lib/Service/ShareService.php')
-rw-r--r--lib/Service/ShareService.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Service/ShareService.php b/lib/Service/ShareService.php
index 3428231b..cd29787d 100644
--- a/lib/Service/ShareService.php
+++ b/lib/Service/ShareService.php
@@ -242,7 +242,7 @@ class ShareService {
}
/**
- * crate a new share
+ * crate a new share
*
* @return Share
*/
@@ -388,7 +388,7 @@ class ShareService {
}
}
- private function generatePublicUserId(string $token, string $prefix = 'ex_') {
+ private function generatePublicUserId(string $token, string $prefix = 'ex_'): string {
$publicUserId = '';
while ($publicUserId === '') {