Skip to content

Commit d7c05ca

Browse files
anomiexmatticbot
authored andcommitted
changelogger: Actually update tests to use addCommand() (#46149)
PR #46126 left the call to `add()` with a Phan suppression. This changes it to use an `is_callable()` check to determine the correct method to call, and adds a `@todo` comment flagging it for future cleanup. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/19862663152 Upstream-Ref: Automattic/jetpack@6fa03ba
1 parent 4c5c896 commit d7c05ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"require-dev": {
1515
"yoast/phpunit-polyfills": "^4.0.0",
16-
"automattic/jetpack-changelogger": "^6.0.10",
16+
"automattic/jetpack-changelogger": "^6.0.11-alpha",
1717
"automattic/phpunit-select-config": "^1.0.3"
1818
},
1919
"autoload": {

0 commit comments

Comments
 (0)