Skip to content

Commit

Permalink
Merge branch '6.4' into 7.1
Browse files Browse the repository at this point in the history
* 6.4: (29 commits)
  Fix #53778
  [PropertyInfo] Add missing test
  fix tests
  [Security][Validators] Review translations.
  [validator] Updated Dutch translation
  [FrameworkBundle] Fix wiring ConsoleProfilerListener
  [HttpKernel] Fix link to php doc
  [Validator] Update sr_Cyrl 120:This value is not a valid slug.
  [Validator] Update sr_Latn 120:This value is not a valid slug.
  6.4 Missing translations for Italian (it) #59419
  tests(notifier): avoid failing SNS test with local AWS configuration
  [Validator] Missing translations for Brazilian Portuguese (pt_BR)
  [Translation][Validator] Review Russian translation (114 - 120)
  Review validator-related persian translation with id 120
  [Scheduler] Clarify description of exclusion time
  [HttpFoundation][FrameworkBundle] Reset Request's formats using the service resetter
  [Mailer] Fix SMTP stream EOF handling on Windows by using feof()
  [Translations] Make sure PL translations validators.pl.xlf follow the same style
  [Validator] Checked Turkish validators translations and confirmed
  [VarDumper] Fix blank strings display
  ...
  • Loading branch information
xabbuh committed Jan 17, 2025
2 parents 159b299 + 97087fe commit 94a360c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Trigger/ExcludeTimeTrigger.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function __construct(

public function __toString(): string
{
return sprintf('%s, from: %s, until: %s', $this->inner, $this->from->format(\DateTimeInterface::ATOM), $this->until->format(\DateTimeInterface::ATOM));
return \sprintf('%s, excluding from %s until %s', $this->inner, $this->from->format(\DateTimeInterface::ATOM), $this->until->format(\DateTimeInterface::ATOM));
}

public function getNextRunDate(\DateTimeImmutable $run): ?\DateTimeImmutable
Expand Down

0 comments on commit 94a360c

Please sign in to comment.