Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 9 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
25 | 1 | public function run(UpdateConfigurationRequest $request) |
|
26 | { |
||
27 | 1 | $this->configurationWriter->write( |
|
28 | 1 | $this->configurationUpdater->update( |
|
29 | 1 | $request->getBaseConfiguration(), |
|
30 | 1 | $request->getNewConfiguration() |
|
31 | 1 | ), |
|
32 | 1 | $request->getDestinationFolder() |
|
33 | 1 | ); |
|
34 | 1 | } |
|
35 | } |
||
36 |