We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68db45b commit 4f8d3c1Copy full SHA for 4f8d3c1
tests/phpunit/tests/comment/query.php
@@ -5381,7 +5381,7 @@ public function test_query_does_not_have_leading_whitespace() {
5381
*
5382
* @since 6.9.0
5383
5384
- * @return int[] Array of comment IDs indexed by type: [0] => regular comment, [1] => pingback, [2] => note.
+ * @return array Array of comments created (keys: 'comment', 'pingback', 'note').
5385
*/
5386
protected function create_note_type_test_comments(): array {
5387
$comments = array(
0 commit comments