Skip to content
Snippets Groups Projects
Select Git revision
  • 7.x-5.7
  • 7.x-3.x default
  • 7.x-5.x
  • 7.x-4.x
  • 7.x-2.x
  • 7.x-3.x-apc-lazyness
  • 7.x-2.x-hotfix
  • 7.x-1.x
  • 6.x-1.x
  • master
  • 7.x-5.9
  • 7.x-5.8
  • 7.x-5.6
  • 7.x-5.5
  • 7.x-5.4
  • 7.x-5.2
  • 7.x-5.1
  • 7.x-5.0
  • 7.x-5.0-beta3
  • 7.x-5.0-beta2
  • 7.x-5.0-beta1
  • 7.x-4.5
  • 7.x-4.4
  • 7.x-4.3
  • 7.x-4.2
  • 7.x-4.1
  • 7.x-4.0
  • 7.x-3.6
  • 7.x-4.0-alpha4
29 results

xautoload.api.php

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