Passed
Push — master ( 8b5fec...f7f2ea )
by
unknown
01:05
created
src/Renderer/Inline.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
         [$x, $y] = $frame->get_first_child()->get_position();
38 38
         [$w, $h] = $this->get_child_size($frame, $do_debug_layout_line);
39 39
 
40
-        [, , $cbw] = $frame->get_containing_block();
40
+        [,, $cbw] = $frame->get_containing_block();
41 41
         $margin_left = $style->length_in_pt($style->margin_left, $cbw);
42 42
         $pt = $style->length_in_pt($style->padding_top, $cbw);
43 43
         $pb = $style->length_in_pt($style->padding_bottom, $cbw);
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
             $style = $child->get_style();
98 98
             $auto_width = $style->width === "auto";
99 99
             $auto_height = $style->height === "auto";
100
-            [, , $child_w, $child_h] = $child->get_padding_box();
100
+            [,, $child_w, $child_h] = $child->get_padding_box();
101 101
 
102 102
             if ($auto_width || $auto_height) {
103 103
                 [$child_w2, $child_h2] = $this->get_child_size($child, $do_debug_layout_line);
Please login to merge, or discard this patch.