| Total Complexity | 4 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Coverage | 83.33% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | final class V06 implements MessageFormatInterface |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @return string |
||
| 20 | */ |
||
| 21 | 2 | public function getXmlNs(): string |
|
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return string |
||
| 28 | */ |
||
| 29 | 1 | public function getMsgId(): string |
|
| 30 | { |
||
| 31 | 1 | return 'camt.052.001.06'; |
|
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @return string |
||
| 36 | */ |
||
| 37 | public function getName(): string |
||
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @return DecoderInterface |
||
| 44 | */ |
||
| 45 | 1 | public function getDecoder(): DecoderInterface |
|
| 53 | } |
||
| 54 | } |
||
| 55 |