@@ -464,7 +464,7 @@ discard block |
||
464 | 464 | MongoClient::RP_SECONDARY_PREFERRED, |
465 | 465 | MongoClient::RP_NEAREST |
466 | 466 | ]; |
467 | - if (! in_array($readPreference, $availableReadPreferences)) { |
|
467 | + if (!in_array($readPreference, $availableReadPreferences)) { |
|
468 | 468 | trigger_error("The value '$readPreference' is not valid as read preference type", E_WARNING); |
469 | 469 | return $this; |
470 | 470 | } |
@@ -621,7 +621,7 @@ discard block |
||
621 | 621 | */ |
622 | 622 | private function convertCursorType() |
623 | 623 | { |
624 | - if (! $this->tailable) { |
|
624 | + if (!$this->tailable) { |
|
625 | 625 | return null; |
626 | 626 | } |
627 | 627 |