Skip to content

Commit 1f197a2

Browse files
committed
Yoink.
1 parent caf0bcc commit 1f197a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/meta/bulkAddMetadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public function test_slashed_data_should_be_handled_correctly( string $meta_type
192192
/**
193193
* @return array<string,array<string>>
194194
*/
195-
protected function data_meta_types(): array {
195+
public function data_meta_types(): array {
196196
$types = array(
197197
'post' => array( 'post' ),
198198
'user' => array( 'user' ),

0 commit comments

Comments
 (0)