Skip to content

Commit

Permalink
Merge branch '4.4' into 5.4
Browse files Browse the repository at this point in the history
* 4.4:
  [Mime] Throw exception when body in Email attach method is not ok
  [VarDumper][VarExporter] Deal with DatePeriod->include_end_date on PHP 8.2
  [Cache] Throw when "redis_sentinel" is used with a non-Predis "class" option
  Bootstrap 4 fieldset for row errors
  Fix dumping extension config without bundle
  • Loading branch information
nicolas-grekas committed May 21, 2022
2 parents e94005a + 8915c58 commit 63249eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/Fixtures/datetime.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
'interval' => $o[6],
'recurrences' => 5,
'include_start_date' => true,
'include_end_date' => false,
],
]
);

0 comments on commit 63249eb

Please sign in to comment.