Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
24 | public function translate(Mailcode_Commands_Command_ShowNumber $command): string |
||
25 | { |
||
26 | $statement = $this->renderNumberFormat( |
||
27 | $command->getVariableName(), |
||
28 | $command->getFormatInfo(), |
||
29 | $command->isAbsolute() |
||
30 | ); |
||
31 | |||
32 | return $this->renderVariableEncodings($command, $statement); |
||
33 | } |
||
35 |