Passed
Push — master ( 56a660...87bea3 )
by Brian
10:11
created
src/FrameDecorator/Text.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
     {
114 114
         $style = $this->_frame->get_style();
115 115
         $pb = $this->_frame->get_padding_box();
116
-        $pb[3] = $pb["h"] = (float) $style->length_in_pt($style->height);
116
+        $pb[3] = $pb["h"] = (float)$style->length_in_pt($style->height);
117 117
         return $pb;
118 118
     }
119 119
 
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
         $fontMetrics = $this->_dompdf->getFontMetrics();
208 208
         $style = $this->get_style();
209 209
         $families = array_map(
210
-            function ($value) {
210
+            function($value) {
211 211
                 return trim($value, " '\"");
212 212
             },
213 213
             explode(",", $style->get_specified("font_family"))
Please login to merge, or discard this patch.