MISP/phpstan.neon

14 lines
504 B
Plaintext

parameters:
level: 0
fileExtensions:
- php
- ctp
ignoreErrors:
- message: '#Undefined variable: \$this#'
path: %currentWorkingDirectory%/templates
- message: '#Function brotli_compress not found.#'
path: %currentWorkingDirectory%/*
- message: '#Function brotli_uncompress not found.#'
path: %currentWorkingDirectory%/*
- message: '#Call to an undefined method [a-zA-Z0-9\\_]+::changeKey()#'
path: %currentWorkingDirectory%/*