rector/phpstan-rules

This package is abandoned and no longer maintained. The author suggests using the symplify/phpstan-rules package instead.

PHPStan rules for Rector projects - with focus on static reflection and Rector design patterns

Installs: 944 186

Dependents: 12

Suggesters: 0

Security: 0

Stars: 13

Watchers: 3

Forks: 6

Open Issues: 0

Type:phpstan-extension


README

Deprecated - switch to symplify/phpstan-rules

This package is deprecated, as it was barely used and even little maintained. We've moved to more live and maintained package symplify/phpstan-rules to give it more love:


Flip packages:

composer remove rector/phpstan-rules
composer require symplify/phpstan-rules --dev

Update your phpstan.neon:

# phpstan.neon
-    - vendor/rector/phpstan-rules/config/rector-rules.neon
+    - vendor/symplify/phpstan-rules/config/rector-rules.neon

PHPStan rules for Rector and projects that maintain Rector rulesets.

Install

composer require rector/phpstan-rules --dev