From 9f8aee6e3c3550d7bcd265c33c91c72cc6767930 Mon Sep 17 00:00:00 2001 From: Josh Date: Sun, 31 May 2026 12:43:47 -0400 Subject: [PATCH] docs(IRequestId): update to consistency with wrapped call in IRequest Signed-off-by: Josh --- lib/public/IRequestId.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/public/IRequestId.php b/lib/public/IRequestId.php index fdbebfe2fc7..828568bf823 100644 --- a/lib/public/IRequestId.php +++ b/lib/public/IRequestId.php @@ -12,9 +12,12 @@ namespace OCP; * @since 24.0.0 */ interface IRequestId { + /** - * 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. + * Returns a request identifier intended primarily for logging and tracing. + * + * The value is not guaranteed to be globally unique. If `mod_unique_id` is + * installed, that value may be used by the implementation. * * @return string * @since 24.0.0