Skip to content
Snippets Groups Projects
Commit ae90b36f authored by Liam Morland's avatar Liam Morland
Browse files

Issue #3426100: Ignore "Unsafe usage of new static()" errors from phpstan, as recommended

parent 0423ea3b
No related branches found
No related tags found
No related merge requests found
includes:
- phar://phpstan.phar/conf/bleedingEdge.neon
parameters:
level: 1
reportUnmatchedIgnoredErrors: false
ignoreErrors:
# new static() is a best practice in Drupal, so we cannot fix that.
- "#^Unsafe usage of new static#"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment