Files
DrupalTutorial/modules/token/phpstan.neon
2024-07-15 12:33:27 +02: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#"