mglaman / phpstan-drupal-deprecations
streamline configuring Drupal deprecation testing
Package info
github.com/mglaman/phpstan-drupal-deprecations
pkg:composer/mglaman/phpstan-drupal-deprecations
0.11.1
2019-02-07 14:33 UTC
Requires
- mglaman/phpstan-drupal: ^0.11.1
- phpstan/phpstan-deprecation-rules: ^0.11.0
This package is auto-updated.
Last update: 2026-03-08 10:36:19 UTC
README
Streamlines configuration for deprecation testing.
Usage
Add phpstan.neon to your Drupal project. Then configure it to include either the deprecation or rules_and_deprecation testing configurations.
Testing deprecations only
includes: - vendor/mglaman/phpstan-drupal-deprecations/deprecation_testing.neon
Inspection rules and deprecations
includes: - vendor/mglaman/phpstan-drupal-deprecations/rules_and_deprecations_testing.neon