Skip to content

Commit 20addb9

Browse files
committed
Nit: I am the worst.
1 parent 875afc7 commit 20addb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/phpunit/tests/rest-api/rest-comments-controller.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4133,10 +4133,11 @@ public function test_get_note_with_children_link() {
41334133
$this->assertStringContainsString( 'status=all', $children[0]['href'] );
41344134
$this->assertStringContainsString( 'type=note', $children[0]['href'] );
41354135
}
4136+
41364137
/**
41374138
* Data provider for comment type tests.
41384139
*
4139-
* @return array
4140+
* @return array[] Data provider.
41404141
*/
41414142
public function data_comment_type_provider() {
41424143
return array(

0 commit comments

Comments
 (0)