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
I want to use phpstan in laravel project with level 0 and need to remove PHPStan\Rules\Methods\CallStaticMethodsRule, how can I create the same config as level 0, but without this rule?
I tried to copy whole conf/ dir and tried only to remove this rules and pass this config to -c, but I still get exceptions.
The text was updated successfully, but these errors were encountered:
I want to use phpstan in laravel project with level 0 and need to remove
PHPStan\Rules\Methods\CallStaticMethodsRule
, how can I create the same config as level 0, but without this rule?I tried to copy whole
conf/
dir and tried only to remove this rules and pass this config to -c, but I still get exceptions.The text was updated successfully, but these errors were encountered: