| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 21 | public function jsonSerialize() |
||
| 22 | { |
||
| 23 | return [ |
||
| 24 | 'name' => $this->getName(), |
||
|
1 ignored issue
–
show
|
|||
| 25 | ]; |
||
| 26 | } |
||
| 27 | |||
| 29 |