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

9 lines
207 B
Plaintext

includes:
- phar://phpstan.phar/conf/bleedingEdge.neon
parameters:
level: 1
ignoreErrors:
# new static() is a best practice in Drupal, so we cannot fix that.
- "#^Unsafe usage of new static#"