File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 5
5
<sect2 xml : id =" migration82.incompatible.date" >
6
6
<title >Date</title >
7
7
8
+ <para >
9
+ The DateTime extension has introduced Date extension specific exceptions
10
+ and errors under the <classname >DateError</classname > and
11
+ <classname >DateException</classname > hierarchies, instead of warnings and
12
+ generic exceptions. This improves error handling, at the expense
13
+ of having having to check for errors and exceptions.
14
+ </para >
15
+
8
16
<para >
9
17
<methodname >DateTime::createFromImmutable</methodname > now has a tentative
10
18
return type of <type >static</type >, previously it was <type >DateTime</type >.
94
102
95
103
<para >
96
104
<function >var_export</function > no longer omits the leading backslash for exported classes,
97
- i.e. these are now fully qualified.
105
+ i.e. these are now fully qualified.
98
106
</para >
99
107
</sect2 >
100
108
You can’t perform that action at this time.
0 commit comments