Passed
Push — master ( 3c8c2b...56b0ed )
by RN
01:57
created
src/Dolphin/Dolphin.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -290,8 +290,8 @@
 block discarded – undo
290 290
             }
291 291
 
292 292
             if(count($this->results) ){
293
-              // now turn this stdClass object to the object type of calling model
294
-              $rows = $util->turnObjects($this->className, $this->results);
293
+                // now turn this stdClass object to the object type of calling model
294
+                $rows = $util->turnObjects($this->className, $this->results);
295 295
             }
296 296
             // Reset class variables
297 297
             $this->reset();
Please login to merge, or discard this patch.