It previously mistakenly said that the start and end parameters accept only DateTimeImmutable, but they accept DateTimeInterface

-- 
Provided by anonymous 79786 (ondrej@mirtes.cz)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341755 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2017-01-23 17:39:09 +00:00
parent 01a772ce9b
commit 85a0f92433

View file

@ -107,7 +107,7 @@
<entry>5.5.8</entry>
<entry>
<parameter>end</parameter> type changed to
<interfacename>DateTimeImmutable</interfacename>.
<interfacename>DateTimeInterface</interfacename>.
Previously, <classname>DateTime</classname>.
</entry>
</row>
@ -115,7 +115,7 @@
<entry>5.5.0</entry>
<entry>
<parameter>start</parameter> type changed to
<interfacename>DateTimeImmutable</interfacename>.
<interfacename>DateTimeInterface</interfacename>.
Previously, <classname>DateTime</classname>.
</entry>
</row>