Index: src/wp-admin/includes/class-wp-comments-list-table.php
===================================================================
--- src/wp-admin/includes/class-wp-comments-list-table.php	(revision 49914)
+++ src/wp-admin/includes/class-wp-comments-list-table.php	(working copy)
@@ -225,9 +225,10 @@
 	}
 
 	/**
-	 * @global int $post_id
+	 * @return mixed|void
 	 * @global string $comment_status
 	 * @global string $comment_type
+	 * @global int $post_id
 	 */
 	protected function get_views() {
 		global $post_id, $comment_status, $comment_type;
