File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ class Inline extends MainRenderer implements SubRendererInterface
49
49
*/
50
50
public function __construct (array $ options = [])
51
51
{
52
- parent ::__construct ();
53
- $ this ->setOptions ($ this ->subOptions );
52
+ parent ::__construct ($ this ->subOptions );
54
53
$ this ->setOptions ($ options );
55
54
}
56
55
Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ class SideBySide extends MainRenderer implements SubRendererInterface
49
49
*/
50
50
public function __construct (array $ options = [])
51
51
{
52
- parent ::__construct ();
53
- $ this ->setOptions ($ this ->subOptions );
52
+ parent ::__construct ($ this ->subOptions );
54
53
$ this ->setOptions ($ options );
55
54
}
56
55
Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ class Unified extends MainRenderer implements SubRendererInterface
49
49
*/
50
50
public function __construct (array $ options = [])
51
51
{
52
- parent ::__construct ();
53
- $ this ->setOptions ($ this ->subOptions );
52
+ parent ::__construct ($ this ->subOptions );
54
53
$ this ->setOptions ($ options );
55
54
}
56
55
Original file line number Diff line number Diff line change @@ -37,8 +37,7 @@ class InlineCli extends MainRenderer implements SubRendererInterface
37
37
*/
38
38
public function __construct (array $ options = [])
39
39
{
40
- parent ::__construct ();
41
- $ this ->setOptions ($ this ->subOptions );
40
+ parent ::__construct ($ this ->subOptions );
42
41
$ this ->setOptions ($ options );
43
42
}
44
43
You can’t perform that action at this time.
0 commit comments