Completed
Pull Request — master (#187)
by Andreas
02:02
created
lib/Mongo/MongoCommandCursor.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.