@@ -22,6 +22,7 @@ |
||
| 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 | } |