Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
26 | public function __construct( |
||
27 | TargetPhpSettings $target_php_settings, |
||
28 | TraceLoopSettings $trace_loop_settings, |
||
29 | GetTraceSettings $get_trace_settings |
||
30 | ) { |
||
31 | $this->target_php_settings = $target_php_settings; |
||
32 | $this->trace_loop_settings = $trace_loop_settings; |
||
33 | $this->get_trace_settings = $get_trace_settings; |
||
34 | } |
||
36 |