| Total Complexity | 3 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class UserMessageVoice extends Event implements Contract |
||
| 14 | { |
||
| 15 | public function getFormat(): ?string |
||
| 16 | { |
||
| 17 | return $this->getMessage('Format'); |
||
|
|
|||
| 18 | } |
||
| 19 | |||
| 20 | public function getMediaId(): ?string |
||
| 21 | { |
||
| 22 | return $this->getMessage('MediaId'); |
||
| 23 | } |
||
| 24 | |||
| 25 | public function getRecognition(): ?string |
||
| 28 | } |
||
| 29 | } |
||
| 30 |