Use note instead of warning for MongoDB\Driver\Timestamp purpose

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343957 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeremy Mikola 2018-01-26 20:39:47 +00:00
parent 7c29a027bb
commit 3d6695d21f

View file

@ -17,13 +17,13 @@
The value consists of a 4-byte timestamp (i.e. seconds since the epoch) and
a 4-byte increment.
</para>
<warning>
<para>
<note>
<simpara>
This is an internal MongoDB type used for replication and sharding. It is
not intended for general date storage
(<classname>MongoDB\BSON\UTCDateTime</classname> should be used instead).
</para>
</warning>
</simpara>
</note>
</section>
<!-- }}} -->