Completed
Pull Request — master (#17)
by Andreas
15:20 queued 06:48
created
lib/Mongo/MongoCollection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -468,7 +468,7 @@
 block discarded – undo
468 468
      * @link http://www.php.net/manual/en/mongocollection.createindex.php
469 469
      * @param array $keys Field or fields to use as index.
470 470
      * @param array $options [optional] This parameter is an associative array of the form array("optionname" => <boolean>, ...).
471
-     * @return array Returns the database response.
471
+     * @return string|false Returns the database response.
472 472
      *
473 473
      * @todo This method does not yet return the correct result
474 474
      */
Please login to merge, or discard this patch.