We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875afc7 commit 20addb9Copy full SHA for 20addb9
1 file changed
tests/phpunit/tests/rest-api/rest-comments-controller.php
@@ -4133,10 +4133,11 @@ public function test_get_note_with_children_link() {
4133
$this->assertStringContainsString( 'status=all', $children[0]['href'] );
4134
$this->assertStringContainsString( 'type=note', $children[0]['href'] );
4135
}
4136
+
4137
/**
4138
* Data provider for comment type tests.
4139
*
- * @return array
4140
+ * @return array[] Data provider.
4141
*/
4142
public function data_comment_type_provider() {
4143
return array(
0 commit comments