Passed
Push — master ( b6d8b8...0be554 )
by Igor
18:12 queued 08:13
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.