Completed
Pull Request — master (#593)
by Rafał
11:08
created
src/SWP/Bundle/ContentBundle/Model/Slideshow.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -63,6 +63,9 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.