You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The phpstan container should ship with a few of the available third party rules so plugin developers don't have to configure a composer.json just for some additional rules.
This will allow specifying the fully qualified path (will be stored somewhere like phpstan/rules) for every additional rule (may also be possible to group rules) in the phpstan.neon config.
The phpstan container should ship with a few of the available third party rules so plugin developers don't have to configure a
composer.json
just for some additional rules.This will allow specifying the fully qualified path (will be stored somewhere like
phpstan/rules
) for every additional rule (may also be possible to group rules) in the phpstan.neon config.See: https://github.com/phpstan/phpstan#extensibility (scroll down to the
Unofficial extensions with third-party rules
section) for some of the third party rules currently available.The text was updated successfully, but these errors were encountered: