Select Git revision
phpstan.neon

#3451400: Automated Drupal 11 compatibility fixes for webform_javascript_setting
Joel Steidl authored and
Jacob Rockowitz
committed
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
phpstan.neon 324 B
includes:
- phar://phpstan.phar/conf/bleedingEdge.neon
parameters:
level: 5
paths:
- .
reportUnmatchedIgnoredErrors: false
ignoreErrors:
# Required static call in /src/Plugin/WebformElement/WebformJavaScriptSetting.php
- "#Drupal calls should be avoided in classes, use dependency injection instead#"