We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6c4ad commit 56aa9d8Copy full SHA for 56aa9d8
tests/phpunit/tests/comment/query.php
@@ -5391,7 +5391,7 @@ public function test_query_does_not_have_leading_whitespace() {
5391
*
5392
* @return int[] Array of comment IDs indexed by type: [0] => regular comment, [1] => pingback, [2] => note.
5393
*/
5394
- protected function create_note_type_test_comments() {
+ protected function create_note_type_test_comments(): array {
5395
$comments = array(
5396
'comment' => self::factory()->comment->create(
5397
array(
0 commit comments