Files
docker-rconfig/vendor/jolicode/jolinotif/phpstan.neon
2024-10-19 18:23:55 +00:00

16 lines
347 B
Plaintext

includes:
#- phpstan-baseline.neon
parameters:
level: 9
paths:
- src
- jolinotif
tmpDir: 'var/phpstan/tmp'
inferPrivatePropertyTypeFromConstructor: true
checkGenericClassInNonGenericObjectType: false
excludePaths:
analyse: []
ignoreErrors:
- '#Call to an undefined method FFI::.+#'