| Total Complexity | 3 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class UserEventScan extends Event implements Contract |
||
| 15 | { |
||
| 16 | public function getTicket(): ?string |
||
| 17 | { |
||
| 18 | return $this->getMessage('Ticket'); |
||
|
|
|||
| 19 | } |
||
| 20 | |||
| 21 | public function getScene(): ?QrScene |
||
| 22 | { |
||
| 23 | return QrScene::create($this->getEventKey()); |
||
| 24 | } |
||
| 25 | |||
| 26 | public function isSubscribe(): bool |
||
| 29 | } |
||
| 30 | } |
||
| 31 |