Skip to content
Snippets Groups Projects
Select Git revision
  • 6f0ad4e39ce65f14b07f4ce0b361b574157e6218
  • 8.x-1.x default
  • 7.x-1.x
  • 6.x-1.x
  • 4.7.x-1.x
  • 5.x-1.x
  • 7.x-1.2
  • 7.x-1.1
  • 6.x-1.22
  • 7.x-1.0
  • 7.x-1.0-beta3
  • 6.x-1.21
  • 7.x-1.0-beta2
  • 6.x-1.19-beta1
  • 6.x-1.20
  • 6.x-1.19
  • 7.x-1.0-beta1
  • 6.x-1.18
  • 6.x-1.17
  • 6.x-1.16
  • 6.x-1.15
  • 6.x-1.14
  • 6.x-1.13
  • 6.x-1.12
  • 6.x-1.11
  • 6.x-1.1
26 results

boost.drush.inc

Blame
  • 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#"