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