Skip to content

Version 4 Migration

Mat Lipe edited this page Apr 25, 2025 · 4 revisions

Version 4 was updated to support PHPStan 2

Migrating

  1. Everything provided by this library will continue to work the same without any migration steps.
  2. PHPStan will likely find some new errors in existing projects.
    1. Fix the new errors or use the PHPStan baseline feature.
    2. Follow the PHPStan migration guide to update your configuration if necessary.
  3. WP-CLI Tools stubs
    1. stubs/wp-cli/php-cli-tools-0.11.php has been removed in favor of using the official tools stubs
    2. 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.
Clone this wiki locally