Passed
Pull Request — main (#5055)
by
unknown
19:52 queued 12:51
created
app/Report/ReportHtmlTextbox.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -303,7 +303,7 @@
 block discarded – undo
303 303
             $this->top = $first_Y;  //- $cH;
304 304
             $cH = 0;
305 305
         }
306
-         // New line and some clean up
306
+            // New line and some clean up
307 307
         if (!$this->newline) {
308 308
             $renderer->setXy($cX + $this->width, $this->top);
309 309
             $renderer->lastCellHeight = $cH;
Please login to merge, or discard this patch.