Skip to content

Commit 7cfe2db

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 613b190 commit 7cfe2db

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require-dev": {
77
"yoast/phpunit-polyfills": "^4.0.0",
8-
"automattic/jetpack-changelogger": "^6.0.10",
8+
"automattic/jetpack-changelogger": "^6.0.11-alpha",
99
"automattic/phpunit-select-config": "^1.0.3"
1010
},
1111
"autoload": {

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)