Passed
Pull Request — main (#5055)
by
unknown
07:23
created
app/Report/ReportHtmlTextbox.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -310,7 +310,7 @@
 block discarded – undo
310 310
         }
311 311
         error_log("\nhtml end1: [top,top_position,cYT,getY(),first_Y,newline]=".
312 312
             var_export([$this->top,$this->top_position,$cYT,$renderer->getY(),$first_Y,$this->newline],true)."\n",3,"html_tb.log");
313
-         // New line and some clean up
313
+            // New line and some clean up
314 314
         if (!$this->newline) {
315 315
             $renderer->setXy($cX + $this->width, $this->top);
316 316
             $renderer->lastCellHeight = $cH;
Please login to merge, or discard this patch.