File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ public function no_items() {
245245 * @global string $comment_status
246246 * @global string $comment_type
247247 *
248- * @return string[] Array of comment status links.
248+ * @return array< string, string> Comment status HTML links keyed by view .
249249 */
250250 protected function get_views () {
251251 global $ post_id , $ comment_status , $ comment_type ;
@@ -370,7 +370,7 @@ protected function get_views() {
370370 *
371371 * @global string $comment_status Current comment status filter.
372372 *
373- * @return array List of bulk action labels keyed by action name.
373+ * @return array<string, string> Bulk action labels keyed by action name.
374374 */
375375 protected function get_bulk_actions () {
376376 global $ comment_status ;
@@ -569,7 +569,7 @@ protected function comment_type_dropdown( $comment_type ) {
569569 /**
570570 * Gets a list of sortable columns.
571571 *
572- * @return array An associative array containing the sortable columns.
572+ * @return array<string, string| array> The sortable columns.
573573 */
574574 protected function get_sortable_columns () {
575575 return array (
You can’t perform that action at this time.
0 commit comments