]> BookStack Code Mirror - bookstack/blobdiff - app/Actions/CommentRepo.php
Applied StyleCI changes, added php/larastan to attribution
[bookstack] / app / Actions / CommentRepo.php
index 85fb6498a92bca35897e65845f00b87e2ba64a95..8121dfc5cf807b2fb95c2d714e9e7203c7480314 100644 (file)
@@ -66,13 +66,13 @@ class CommentRepo
     /**
      * Delete a comment from the system.
      */
-    public function delete(Comment $comment)
+    public function delete(Comment $comment): void
     {
         $comment->delete();
     }
 
     /**
-     * Convert the given comment markdown text to HTML.
+     * Convert the given comment Markdown to HTML.
      */
     public function commentToHtml(string $commentText): string
     {