| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | 1 | public function __construct( |
|
| 19 | ConfigurationWriterInterface $configurationWriter, |
||
| 20 | ConfigurationUpdater $configurationUpdater |
||
| 21 | ) { |
||
| 22 | 1 | $this->configurationWriter = $configurationWriter; |
|
| 23 | 1 | $this->configurationUpdater = $configurationUpdater; |
|
| 24 | 1 | } |
|
| 25 | 1 | public function run(UpdateConfigurationRequest $request) |
|
| 36 |