@@ -65,7 +65,7 @@ discard block |
||
| 65 | 65 | } |
| 66 | 66 | |
| 67 | 67 | $originalReadPreference = null; |
| 68 | - if (!$this->supportsReadPreference()) { |
|
| 68 | + if ( ! $this->supportsReadPreference()) { |
|
| 69 | 69 | $originalReadPreference = $this->readPreference; |
| 70 | 70 | $this->setReadPreference(\MongoClient::RP_PRIMARY); |
| 71 | 71 | } |
@@ -151,7 +151,7 @@ discard block |
||
| 151 | 151 | |
| 152 | 152 | case 'mapreduce': |
| 153 | 153 | case 'mapReduce': |
| 154 | - return !isset($this->command['out']) || isset($this->command['out']['inline']); |
|
| 154 | + return ! isset($this->command['out']) || isset($this->command['out']['inline']); |
|
| 155 | 155 | |
| 156 | 156 | default: |
| 157 | 157 | return false; |