Files
farmOS-dev/web/modules/geofield/phpstan.neon
2024-12-10 15:08:16 +01:00

13 lines
259 B
Plaintext

# Configuration file for PHPStan static code checking, see https://phpstan.org.
includes:
- phar://phpstan.phar/conf/bleedingEdge.neon
- phpstan-baseline.neon
parameters:
level: 2
paths:
- .
ignoreErrors:
- "#^Unsafe usage of new static#"