Commit edc0bc1
committed
Merge branch '6.0' into 6.1
* 6.0:
Fix merge
[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
fix merge
Bootstrap 4 fieldset for row errors
[Form] Fix same choice loader with different choice values
[Filesystem] Safeguard (sym)link calls
Fix dumping extension config without bundle
[HttpClient] Honor "max_duration" when replacing requests with async decorators
[HttpClient] Add missing HttpOptions::setMaxDuration()
[HttpKernel] Fix missing null type in `ErrorListener::__construct()`
[HttpFoundation] [Session] Overwrite invalid session idFile tree
3 files changed
+30
-3
lines changed- Tests/Form
- ChoiceList
- Type
3 files changed
+30
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
| 156 | + | |
158 | 157 | | |
159 | 158 | | |
160 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1776 | 1776 | | |
1777 | 1777 | | |
1778 | 1778 | | |
| 1779 | + | |
| 1780 | + | |
| 1781 | + | |
| 1782 | + | |
| 1783 | + | |
| 1784 | + | |
| 1785 | + | |
| 1786 | + | |
| 1787 | + | |
| 1788 | + | |
| 1789 | + | |
| 1790 | + | |
| 1791 | + | |
| 1792 | + | |
| 1793 | + | |
| 1794 | + | |
| 1795 | + | |
| 1796 | + | |
| 1797 | + | |
| 1798 | + | |
| 1799 | + | |
| 1800 | + | |
| 1801 | + | |
| 1802 | + | |
| 1803 | + | |
| 1804 | + | |
| 1805 | + | |
| 1806 | + | |
1779 | 1807 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments