From 004c9c06832a0a11ddfc83eca9a30014a70560be Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Fri, 26 Jan 2018 20:49:07 +0000 Subject: [PATCH] Remove unused MongoDB note snippets These are relics from a pre-1.0 API that included non-bulk write methods (e.g. executeUpdate). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343958 c90b9560-bf6c-de11-be94-00142212c4b1 --- language-snippets.ent | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/language-snippets.ent b/language-snippets.ent index 9d0800df8a..e4095950a3 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -2295,26 +2295,6 @@ used.'> '> - - - On write failure, - MongoDB\Driver\WriteResult::getWriteErrors will - only ever have one MongoDB\Driver\WriteError in the - array, and MongoDB\Driver\WriteError::getIndex - will always be 0 (the index of this operation in the batch). - - -'> - - - MongoDB\Driver\WriteResult::getUpsertedIds will - only ever have one BSON\ObjectId in the - array, and the index always be 0 (the index of this operation in the batch). - - -'>