Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#2144 from PHPGangsta/f…
Browse files Browse the repository at this point in the history
…ixes/phpdocClassesAndNamespaces

fixed a lot of phpDoc comments
  • Loading branch information
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Writer/MongoDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ class MongoDB extends AbstractWriter
* Constructor
*
* @param Mongo|array|Traversable $mongo
* @param string $database
* @param string|MongoDB $database
* @param string $collection
* @param array $saveOptions
* @return Zend\Log\Writer\MongoDB
* @param array $saveOptions
*/
public function __construct($mongo, $database, $collection, array $saveOptions = array())
{
Expand Down

0 comments on commit 6a618c2

Please sign in to comment.