-
-
Notifications
You must be signed in to change notification settings - Fork 0
Version 4 Migration
Mat Lipe edited this page Apr 25, 2025
·
4 revisions
Version 4 was updated to support PHPStan 2
- Everything provided by this library will continue to work the same without any migration steps.
- PHPStan will likely find some new errors in existing projects.
- Fix the new errors or use the PHPStan baseline feature.
- Follow the PHPStan migration guide to update your configuration if necessary.
- WP-CLI Tools stubs
-
stubs/wp-cli/php-cli-tools-0.11.php
has been removed in favor of using the official tools stubs - Change
- vendor/lipemat/phpstan-wordpress/stubs/wp-cli/php-cli-tools-0.11.php
to- vendor/php-stubs/wp-cli-stubs/wp-cli-tools-stubs.php
in phpstan configuration.
-