From 0bc5f8a140232073ddecbed4b30ff907df6f9396 Mon Sep 17 00:00:00 2001 From: Auto PR Bot Date: Sun, 7 Jun 2026 07:57:14 +0800 Subject: [PATCH] Improve code quality: auto-pr/docstrings-1780790234 --- src/InternalClock.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/InternalClock.php b/src/InternalClock.php index 3e30197..7b43c7c 100644 --- a/src/InternalClock.php +++ b/src/InternalClock.php @@ -14,6 +14,9 @@ */ final class InternalClock implements ClockInterface { + /** + * Returns the current time as a DateTimeImmutable object. + */ public function now(): DateTimeImmutable { return new DateTimeImmutable();