From e4f658a347acb1d283b5adfad0575bbb1cf5fb8c Mon Sep 17 00:00:00 2001
From: Daniel Llewellyn <daniel@bowlhat.net>
Date: Wed, 13 Nov 2019 21:12:25 +0000
Subject: [PATCH] Update wp-includes/feed.php

Set return type of `comments_link_feed` to `void`.
---
 wp-includes/feed.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wp-includes/feed.php b/wp-includes/feed.php
index d74667bc75..a321d82d3e 100644
--- a/wp-includes/feed.php
+++ b/wp-includes/feed.php
@@ -250,7 +250,7 @@ function the_permalink_rss() {
  * Outputs the link to the comments for the current post in an xml safe way
  *
  * @since 3.0.0
- * @return none
+ * @return void
  */
 function comments_link_feed() {
 	/**
-- 
2.21.0 (Apple Git-122.2)

