From 3d6695d21fc0471a0ae80f4f14c7c8a7ce19873f Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Fri, 26 Jan 2018 20:39:47 +0000 Subject: [PATCH] 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 --- reference/mongodb/bson/timestamp.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/mongodb/bson/timestamp.xml b/reference/mongodb/bson/timestamp.xml index 88cc86933b..1168b5fffa 100644 --- a/reference/mongodb/bson/timestamp.xml +++ b/reference/mongodb/bson/timestamp.xml @@ -17,13 +17,13 @@ The value consists of a 4-byte timestamp (i.e. seconds since the epoch) and a 4-byte increment. - - + + This is an internal MongoDB type used for replication and sharding. It is not intended for general date storage (MongoDB\BSON\UTCDateTime should be used instead). - - + +