Skip to content

Commit 945a6be

Browse files
Cleanup for linter
1 parent 4f8d3c1 commit 945a6be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/phpunit/tests/comment/query.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5385,7 +5385,7 @@ public function test_query_does_not_have_leading_whitespace() {
53855385
*/
53865386
protected function create_note_type_test_comments(): array {
53875387
$comments = array(
5388-
'comment' => self::factory()->comment->create(
5388+
'comment' => self::factory()->comment->create(
53895389
array(
53905390
'comment_post_ID' => self::$post_id,
53915391
'comment_approved' => '1',
@@ -5398,13 +5398,13 @@ protected function create_note_type_test_comments(): array {
53985398
'comment_type' => 'pingback',
53995399
)
54005400
),
5401-
'note' => self::factory()->comment->create(
5401+
'note' => self::factory()->comment->create(
54025402
array(
54035403
'comment_post_ID' => self::$post_id,
54045404
'comment_approved' => '1',
54055405
'comment_type' => 'note',
54065406
)
5407-
)
5407+
),
54085408
);
54095409

54105410
return $comments;

0 commit comments

Comments
 (0)