Skip to content

Commit cd2663d

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 a0b5ac6 commit cd2663d

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
@@ -16,7 +16,7 @@
1616
},
1717
"require-dev": {
1818
"yoast/phpunit-polyfills": "^4.0.0",
19-
"automattic/jetpack-changelogger": "^6.0.10",
19+
"automattic/jetpack-changelogger": "^6.0.11-alpha",
2020
"automattic/jetpack-test-environment": "@dev",
2121
"automattic/phpunit-select-config": "^1.0.3"
2222
},

0 commit comments

Comments
 (0)