[Scheduler] fix documentation link

This commit is contained in:
Vova Luchaninov
2024-02-13 12:38:11 +01:00
committed by Nicolas Grekas
parent c48b9e423a
commit 3aeb5042ab

View File

@@ -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
{