Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
20 | public function __construct( |
||
21 | Configuration $baseConfiguration, |
||
22 | Configuration $newConfiguration, |
||
23 | $destinationFolder |
||
24 | ) { |
||
25 | $this->baseConfiguration = $baseConfiguration; |
||
26 | $this->newConfiguration = $newConfiguration; |
||
27 | $this->destinationFolder = $destinationFolder; |
||
28 | } |
||
29 | |||
54 |