Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Tests | 6 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
13 | 1 | public function createChainBuilder($stageContextFqcn, PipelineModifications $pipelineModifications) |
|
14 | { |
||
15 | 1 | return new StepChainBuilder( |
|
16 | 1 | $stageContextFqcn, |
|
17 | 1 | $pipelineModifications->getAdditions(), |
|
18 | 1 | $pipelineModifications->getReplacements(), |
|
19 | 1 | $pipelineModifications->getRemovals() |
|
20 | ); |
||
21 | } |
||
22 | } |
||
23 |