Conditions | 2 |
Paths | 2 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
29 | public function transformArgument(DefinitionCall $definitionCall, $argumentIndex, $argumentValue) { |
||
30 | if (RuntimePlaceholdersTransformation::supportsArgument($argumentValue)){ |
||
31 | return RuntimePlaceholdersTransformation::transformArgument($argumentValue,$this->repository); |
||
32 | } |
||
33 | return $argumentValue; |
||
34 | } |
||
35 | |||
37 |