ttrss/phpstan.neon

17 lines
392 B
Plaintext
Raw Normal View History

2021-02-21 21:19:58 +01:00
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:
- .