Select Git revision
boost.drush.inc
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
phpstan.neon 455 B
includes:
# This placeholder filename will be replaced with the value of variable $_PHPSTAN_BASELINE_FILENAME
- BASELINE_PLACEHOLDER
parameters:
level: 0
fileExtensions:
- php
- module
- inc
- install
- theme
- profile
reportUnmatchedIgnoredErrors: false
ignoreErrors:
# new static() is a best practice in Drupal, so we cannot fix that.
- "#^Unsafe usage of new static#"