docs(IRequestId): update to consistency with wrapped call in IRequest

Signed-off-by: Josh <josh.t.richards@gmail.com>
pull/60889/head
Josh 3 months ago committed by Carl Schwan
parent 0071a97f89
commit 9f8aee6e3c
No known key found for this signature in database
GPG Key ID: 02325448204E452A
  1. 7
      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

Loading…
Cancel
Save