| Total Complexity | 4 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class DefaultInlineMessage extends DefaultMessage |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @return $this |
||
| 11 | */ |
||
| 12 | 5 | protected function wrapMessage(): MessageInterface |
|
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param string|int $key |
||
| 22 | * @param mixed $value |
||
| 23 | * @param string $indent |
||
| 24 | * @return $this |
||
| 25 | */ |
||
| 26 | 2 | protected function processMessage($key, $value, string $indent): MessageInterface |
|
| 44 |