aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Http/RequestId.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/AppFramework/Http/RequestId.php')
-rw-r--r--lib/private/AppFramework/Http/RequestId.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/private/AppFramework/Http/RequestId.php b/lib/private/AppFramework/Http/RequestId.php
index c3a99c93591..6953cf3f9cb 100644
--- a/lib/private/AppFramework/Http/RequestId.php
+++ b/lib/private/AppFramework/Http/RequestId.php
@@ -20,11 +20,6 @@ class RequestId implements IRequestId {
$this->secureRandom = $secureRandom;
}
- /**
- * Returns an ID for the request, value is not guaranteed to be unique and is mostly meant for logging
- * If `mod_unique_id` is installed this value will be taken.
- * @return string
- */
public function getId(): string {
if (empty($this->requestId)) {
$validChars = ISecureRandom::CHAR_ALPHANUMERIC;