Commit 2f3a455e authored by Jeremy Mikola's avatar Jeremy Mikola

Clean up some doc block typos

parent 2c689a2b
......@@ -648,7 +648,7 @@ class Collection
* @see UpdateMany::__construct() for supported options
* @see http://docs.mongodb.org/manual/reference/command/update/
* @param array|object $filter Query by which to filter documents
* @param array|object $replacement Update to apply to the matched documents
* @param array|object $update Update to apply to the matched documents
* @param array $options Command options
* @return UpdateResult
*/
......@@ -670,7 +670,7 @@ class Collection
* @see ReplaceOne::__construct() for supported options
* @see http://docs.mongodb.org/manual/reference/command/update/
* @param array|object $filter Query by which to filter documents
* @param array|object $replacement Update to apply to the matched document
* @param array|object $update Update to apply to the matched document
* @param array $options Command options
* @return UpdateResult
*/
......
......@@ -108,7 +108,6 @@ class CreateIndexes implements Executable
* "system.indexes" collection (MongoDB <2.6).
*
* @param Server $server
* @param IndexInput[] $indexes
*/
private function executeLegacy(Server $server)
{
......
......@@ -21,7 +21,6 @@ class DropDatabase implements Executable
* Constructs a dropDatabase command.
*
* @param string $databaseName Database name
* @param string $collectionName Collection name
*/
public function __construct($databaseName)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment