Passed
Push — main ( 427f06...8f2de6 )
by Stefan
01:51
created
OPlathey/FPDF/FPDF.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -846,7 +846,7 @@
 block discarded – undo
846 846
         $style = strtoupper($style);
847 847
         if (strpos($style, 'U') !== false) {
848 848
             $this->underline = true;
849
-            $style = str_replace('U','',$style);
849
+            $style = str_replace('U', '', $style);
850 850
         } else {
851 851
             $this->underline = false;
852 852
         }
Please login to merge, or discard this patch.