@@ -20,10 +20,16 @@ |
||
| 20 | 20 | { |
| 21 | 21 | public function getTitle(): string; |
| 22 | 22 | |
| 23 | + /** |
|
| 24 | + * @return string|null |
|
| 25 | + */ |
|
| 23 | 26 | public function getDescription(): ?string; |
| 24 | 27 | |
| 25 | 28 | public function getImage(): string; |
| 26 | 29 | |
| 30 | + /** |
|
| 31 | + * @return string|null |
|
| 32 | + */ |
|
| 27 | 33 | public function getDomain(): ?string; |
| 28 | 34 | |
| 29 | 35 | /** |