From 718bccda6eb2c8d180e731d6eb5db2386616df37 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Mon, 1 Jul 2024 13:31:50 +0300 Subject: [PATCH] Update src/Message.php Co-authored-by: Alexander Makarov --- src/Message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Message.php b/src/Message.php index e9b1e1cb..9a200b20 100644 --- a/src/Message.php +++ b/src/Message.php @@ -57,7 +57,7 @@ final class Message private array $context; /** - * Default time of the log message that used when the time is not set in the context. + * Default time to use when the time is not set in the context. */ private DateTimeImmutable $defaultTime;