Completed
Branch master (b71ad6)
by Ivan
03:07
created
src/Result.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -125,8 +125,7 @@
 block discarded – undo
125 125
         }
126 126
         if($this->rslt->nextr()) {
127 127
             ++$this->realKey;
128
-        }
129
-        else {
128
+        } else {
130 129
             $this->realKey = null;
131 130
         }
132 131
     }
Please login to merge, or discard this patch.