From c499040447c241a5f6ec4926ceabbceb6143d3e7 Mon Sep 17 00:00:00 2001 From: Thomas Punt Date: Wed, 9 Mar 2016 13:37:57 +0000 Subject: [PATCH] Resolve doc bug #71716 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338698 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongodb/tutorial/library.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mongodb/tutorial/library.xml b/reference/mongodb/tutorial/library.xml index ecfafecc6f..81d1650124 100644 --- a/reference/mongodb/tutorial/library.xml +++ b/reference/mongodb/tutorial/library.xml @@ -1,5 +1,5 @@ - + Using the PHP Library (PHPLIB) @@ -132,7 +132,7 @@ echo "Inserted with Object ID '{$result->getInsertedId()}'"; demo->beers; $result = $collection->find( [ 'name' => 'Hinterland', 'brewery' => 'BrewDog' ] );