Skip to content

PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.

License

Notifications You must be signed in to change notification settings

phpstan/phpstan-deprecation-rules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5685fe4 · May 28, 2019

History

29 Commits
May 28, 2019
May 28, 2019
Jun 24, 2018
Jun 24, 2018
Jun 24, 2018
Feb 11, 2019
May 21, 2019
Jun 24, 2018
May 28, 2019
Jun 24, 2018
May 12, 2019
Jun 24, 2018

Repository files navigation

Rules for detecting usage of deprecated classes, methods, properties, constants and traits.

Build Status Latest Stable Version License

Installation

To use this extension, require it in Composer:

composer require --dev phpstan/phpstan-deprecation-rules

If you also install phpstan/extension-installer then you're all set!

Manual installation

If you don't want to use phpstan/extension-installer, include rules.neon in your project's PHPStan config:

includes:
    - vendor/phpstan/phpstan-deprecation-rules/rules.neon