mglaman/phpstan-drupal-deprecations

streamline configuring Drupal deprecation testing

0.11.1 2019-02-07 14:33 UTC

This package is auto-updated.

Last update: 2024-09-08 07:15:24 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