mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fixed bug #76620: DatePeriod::getEndDate() drops reference to the end date DateTime object
This commit is contained in:
parent
ceedf4c524
commit
b90e4a6e43
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue