mglaman/phpstan-drupal-deprecations

streamline configuring Drupal deprecation testing

Installs: 210 384

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/mglaman/phpstan-drupal-deprecations

0.11.1 2019-02-07 14:33 UTC

This package is auto-updated.

Last update: 2025-10-08 09:49:34 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