You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Lock file maintenance
* Downgrade `@automattic/data-stores` again
Same as last time, no new release since the broken 3.1.1. Add a pnpmfile
hack for it this time.
* Fix Phan issues.
* Various stringified-int fields in WP_Comment and WP_Post are now being
initiailized with actual stringified ints, causing Phan to no longer
consider them as "string|int" type, so they need to be cast when being
passed to int-taking functions.
* Exclude Boost's polyfill for a WP-6.8-added class from Phan when
6.8 is being used. Also suppress the "undeclared method" for some
calls in the tests for the polyfill.
* String cast for `untrailingslashit()` in one place now that the phpdoc
is correct so Phan knows it takes a string.
* Bunch of baselines need updating now that `WP_Widget::form()` is
`@return string|void` so PhanTypeMissingReturn is no longer triggered.
Return types explicitly set to that so old-WP Phan run is happy too.
---------
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Brad Jorsch <brad.jorsch@automattic.com>
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/15002718041
Upstream-Ref: Automattic/jetpack@e13fd52
0 commit comments