Passed
Push — master ( 0d91ab...56709c )
by Igor
25:58 queued 15:53
created
src/Statement.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -536,7 +536,7 @@
 block discarded – undo
536 536
 
537 537
     /**
538 538
      * @return false|string
539
-    */
539
+     */
540 540
     public function jsonRows()
541 541
     {
542 542
         return json_encode($this->rows(), JSON_PRETTY_PRINT);
Please login to merge, or discard this patch.