Skip to content

Commit 4f8d3c1

Browse files
Improve docblock
1 parent 68db45b commit 4f8d3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/comment/query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5381,7 +5381,7 @@ public function test_query_does_not_have_leading_whitespace() {
53815381
*
53825382
* @since 6.9.0
53835383
*
5384-
* @return int[] Array of comment IDs indexed by type: [0] => regular comment, [1] => pingback, [2] => note.
5384+
* @return array Array of comments created (keys: 'comment', 'pingback', 'note').
53855385
*/
53865386
protected function create_note_type_test_comments(): array {
53875387
$comments = array(

0 commit comments

Comments
 (0)