Skip to content

Commit

Permalink
Lock file maintenance (#38822)
Browse files Browse the repository at this point in the history
* Lock file maintenance
* Phan: Suppress PhanDeprecatedImplicitNullableParam when supporting PHP 7.0
* Fix new Phan issues
  * PhanDeprecatedImplicitNullableParam in plugins/crm
  * Calls passing string to `update_option()` `$autoload`, which in WP 6.6
    was changed to bool (but silently still accepting string for back
    compat).
* Update phan baselines
* Phan: WP 6.6 fixed a phpdoc which removes something from the baseline, but we still need a suppression for the WP 6.5 compat run.

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Brad Jorsch <[email protected]>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10410008930

Upstream-Ref: Automattic/jetpack@cf8996c
  • Loading branch information
anomiex authored and matticbot committed Aug 15, 2024
1 parent 0d0d6ec commit 1086cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^2.12.1"
"automattic/jetpack-connection": "^2.12.2-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
Expand Down

0 comments on commit 1086cd7

Please sign in to comment.