From 3aeb5042ab9d57a4e099702fac66599341a76276 Mon Sep 17 00:00:00 2001 From: Vova Luchaninov Date: Tue, 13 Feb 2024 12:38:11 +0100 Subject: [PATCH] [Scheduler] fix documentation link --- RecurringMessage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RecurringMessage.php b/RecurringMessage.php index fff81b1..f123e89 100644 --- a/RecurringMessage.php +++ b/RecurringMessage.php @@ -43,7 +43,7 @@ final class RecurringMessage implements MessageProviderInterface * @param MessageProviderInterface|object $message A message provider that yields messages or a static message that will be dispatched on every trigger * * @see https://en.wikipedia.org/wiki/ISO_8601#Durations - * @see https://php.net/datetime.formats.relative + * @see https://php.net/datetime.formats#datetime.formats.relative */ public static function every(string|int|\DateInterval $frequency, object $message, string|\DateTimeImmutable|null $from = null, string|\DateTimeImmutable $until = new \DateTimeImmutable('3000-01-01')): self {