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
Hello!
You may reach very robust code by using @phpstan
phpstan.neon.dist
#$ composer require --dev phpstan/phpstan-shim#$ vendor/bin/phpstan analyzeincludes:
- phar://phpstan.phar/conf/bleedingEdge.neonparameters:
level: 2# level: 4# level: maxinferPrivatePropertyTypeFromConstructor: truepaths:
- %currentWorkingDirectory%/src/# - %currentWorkingDirectory%/test/ignoreErrors:
## These are way too easy to fix!
- '#^Variable \$\S+ might not be defined\.$#'
- '#^Access to an undefined property WebimpressCodingStandard\\\S+\.$#'
The text was updated successfully, but these errors were encountered:
Hello!
You may reach very robust code by using @phpstan
phpstan.neon.dist
The text was updated successfully, but these errors were encountered: