Skip to content

Commit 3f43528

Browse files
committed
Fix PHP 7.2 incompability
1 parent b0b4f73 commit 3f43528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/abilities-api/wpAbility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function test_get_merged_annotations_from_meta() {
111111
array(
112112
'instructions' => '',
113113
'idempotent' => false,
114-
),
114+
)
115115
),
116116
$ability->get_meta_item( 'annotations' )
117117
);

0 commit comments

Comments
 (0)