@@ -63,6 +63,9 @@ |
||
63 | 63 | return $this->article; |
64 | 64 | } |
65 | 65 | |
66 | + /** |
|
67 | + * @param ArticleInterface $article |
|
68 | + */ |
|
66 | 69 | public function setArticle(?ArticleInterface $article): void |
67 | 70 | { |
68 | 71 | $this->article = $article; |