Commit 2da97ab2 authored by Derick Rethans's avatar Derick Rethans

Fixed capitalisation of method name

parent 39f59b20
......@@ -551,7 +551,7 @@ class Collection
* @throws InvalidArgumentException for parameter/option parsing errors
* @throws DriverRuntimeException for other driver errors (e.g. connection errors)
*/
public function EstimatedDocumentCount(array $options = [])
public function estimatedDocumentCount(array $options = [])
{
if ( ! isset($options['readPreference'])) {
$options['readPreference'] = $this->readPreference;
......
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