Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernando Souza committed Aug 23, 2018
1 parent 1a14efb commit b4953ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Mongolid/Cursor/Cursor.php
Expand Up @@ -149,12 +149,11 @@ public function disableTimeout(bool $flag = true)
}

/**
*
* This describes how the Cursor route the future read operations to the members of a replica set.
*
* @see http://php.net/manual/pt_BR/class.mongodb-driver-readpreference.php
*
* @param int $mode preference mode that the Cursor will use.
* @param int $mode preference mode that the Cursor will use
*
* @see ReadPreference::class To get a glance of the constants available
*
Expand Down

0 comments on commit b4953ce

Please sign in to comment.