mirror of
https://github.com/standardebooks/web.git
synced 2025-07-17 11:56:38 -04:00
11 lines
240 B
Text
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
|