Skip to content

Commit 56aa9d8

Browse files
Update query.php
Co-authored-by: Weston Ruter <[email protected]>
1 parent 7c6c4ad commit 56aa9d8

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
@@ -5391,7 +5391,7 @@ public function test_query_does_not_have_leading_whitespace() {
53915391
*
53925392
* @return int[] Array of comment IDs indexed by type: [0] => regular comment, [1] => pingback, [2] => note.
53935393
*/
5394-
protected function create_note_type_test_comments() {
5394+
protected function create_note_type_test_comments(): array {
53955395
$comments = array(
53965396
'comment' => self::factory()->comment->create(
53975397
array(

0 commit comments

Comments
 (0)