summaryrefslogtreecommitdiff
path: root/phpstan.neon
blob: 0703e0d155c3b277cdb4822ca4c81678683849a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
parameters:
   level: 5
   ignoreErrors:
      - '#Constant.*not found#'
      - '#Call to an undefined method DOMNode::getAttribute\(\).#'
      - '#PHPDoc tag @param has invalid value#'
      - message: '##'
        paths:
          - lib/*
          - vendor/*
          - plugins/*/vendor/*
          - plugins.local/*/vendor/*

   excludePaths:
      - node_modules/*
   paths:
      - .