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 0382ebe commit 3d01efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.2",
"automattic/jetpack-connection": "^2.12.1",
"automattic/jetpack-connection": "^2.12.2-alpha",
"automattic/jetpack-constants": "^2.0.3",
"automattic/jetpack-plans": "^0.4.7",
"automattic/jetpack-redirect": "^2.0.2",
"automattic/jetpack-status": "^3.3.2",
"automattic/jetpack-status": "^3.3.3-alpha",
"automattic/jetpack-sync": "^3.6.0"
},
"require-dev": {
Expand Down

0 comments on commit 3d01efc

Please sign in to comment.