Completed
Push — 3.x ( ff1ce2...a0791e )
by Grégoire
02:06
created
src/Model/CommentManagerInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -22,6 +22,7 @@
 block discarded – undo
22 22
      * Update the number of comment for a comment.
23 23
      *
24 24
      * @param PostInterface|null $post
25
+     * @return void
25 26
      */
26 27
     public function updateCommentsCount(PostInterface $post = null);
27 28
 }
Please login to merge, or discard this patch.