Skip to content

Commit df786b2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public function test_register_valid_ability(): void {
161161
array(
162162
'instructions' => '',
163163
'idempotent' => false,
164-
),
164+
)
165165
);
166166
$expected_meta = array_merge(
167167
self::$test_ability_args['meta'],

0 commit comments

Comments
 (0)