Skip to content
Snippets Groups Projects
Select Git revision
  • 65df4602727de9ff1f355878535cfc4b54bfda4b
  • 1.0.x default
  • 1.0.0-alpha5
  • 1.0.0-alpha4
  • 1.0.0-alpha3
  • 1.0.0-alpha2
  • 1.0.0-alpha1
7 results

phpstan.neon

  • Joel Steidl's avatar
    Issue #3451400: Automated Drupal 11 compatibility fixes for webform_javascript_setting
    Joel Steidl authored and Jacob Rockowitz committed
    65df4602
    History
    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#"