| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 7 |
| Lines | 10 |
| Ratio | 100 % |
| Tests | 7 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 55 | 1 | View Code Duplication | public function jsonSerialize() |
| 56 | { |
||
| 57 | return [ |
||
| 58 | 1 | 'title' => $this->getTitle(), |
|
| 59 | 1 | 'image_url' => $this->getImageUrl(), |
|
| 60 | 1 | 'subtitle' => $this->getSubtitle(), |
|
| 61 | 1 | 'buttons' => $this->buttons, |
|
| 62 | 1 | 'default_action' => $this->defaultAction, |
|
| 63 | 1 | ]; |
|
| 64 | } |
||
| 65 | } |
||
| 66 |