Completed
Pull Request — master (#35)
by
unknown
06:49
created
lib/Alcaeus/MongoDbAdapter/AbstractCursor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
      */
142 142
     public function next()
143 143
     {
144
-        if (!$this->startedIterating) {
144
+        if ( ! $this->startedIterating) {
145 145
             $this->ensureIterator();
146 146
             $this->startedIterating = true;
147 147
         } else {
Please login to merge, or discard this patch.