@@ -22,5 +22,8 @@ |
||
22 | 22 | TimestampableInterface, |
23 | 23 | ResourceInterface |
24 | 24 | { |
25 | + /** |
|
26 | + * @return null|string |
|
27 | + */ |
|
25 | 28 | public function getName(): ?string; |
26 | 29 | } |