mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
01a772ce9b
commit
85a0f92433
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue