| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 95 | public function jsonSerialize() |
||
| 96 | { |
||
| 97 | return [ |
||
| 98 | 'url' => $this->getUrl(), |
||
|
1 ignored issue
–
show
|
|||
| 99 | 'title' => $this->getTitle(), |
||
|
1 ignored issue
–
show
|
|||
| 100 | 'description' => $this->getDescription(), |
||
|
1 ignored issue
–
show
|
|||
| 101 | 'source' => $this->getSource()->jsonSerialize(), |
||
|
1 ignored issue
–
show
|
|||
| 102 | 'relevance' => $this->getRelevance()->jsonSerialize() |
||
|
1 ignored issue
–
show
|
|||
| 103 | ]; |
||
| 104 | } |
||
| 105 | } |
||
| 106 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.