web/vendor/phpstan/phpstan/conf/config.level1.neon

11 lines
240 B
Text

includes:
- config.level0.neon
parameters:
checkMaybeUndefinedVariables: true
reportMagicMethods: true
reportMagicProperties: true
rules:
- PHPStan\Rules\Constants\ConstantRule
- PHPStan\Rules\Variables\VariableCertaintyInIssetRule