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 @@ -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 ;
You can’t perform that action at this time.
0 commit comments