Describe previous behavior in UTCDateTime constructor changelog

https://jira.mongodb.org/browse/PHPC-536


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345084 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeremy Mikola 2018-06-01 16:55:52 +00:00
parent 29a76b5333
commit 518443c9c7

View file

@ -71,7 +71,9 @@
The <parameter>milliseconds</parameter> argument is optional and
defaults to &null; (i.e. current time). The argument also accepts a
<classname>DateTimeInterface</classname>, which may be used to derive
the number of milliseconds since the Unix epoch.
the number of milliseconds since the Unix epoch. Previously, only
<type>integer</type>, <type>float</type>, and <type>string</type> types
were accepted.
</para>
</entry>
</row>