-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
phpstan.neon.dist
#$ composer require --dev szepeviktor/phpstan-wordpress phpstan/phpstan-shim phpstan/phpstan-mockery
#$ vendor/bin/phpstan analyze
includes:
- phar://phpstan.phar/conf/bleedingEdge.neon
- vendor/phpstan/phpstan-mockery/extension.neon
- vendor/szepeviktor/phpstan-wordpress/extension.neon
parameters:
level: 4
# level: max
inferPrivatePropertyTypeFromConstructor: true
paths:
- %currentWorkingDirectory%/src/
- %currentWorkingDirectory%/inc/
ignoreErrors:Metadata
Metadata
Assignees
Labels
No labels