Fixed bug #76620: DatePeriod::getEndDate() drops reference to the end date DateTime object

This commit is contained in:
Derick Rethans 2022-06-02 16:43:33 +01:00
parent ceedf4c524
commit b90e4a6e43

View file

@ -41,8 +41,8 @@
as the <parameter>end</parameter> parameter.
</para>
<para>
Returns a <classname>DateTime</classname> <type>object</type>
otherwise.
Returns a cloned <classname>DateTime</classname> <type>object</type>
representing the end date otherwise.
</para>
</refsect1>