fix: ignore not found function

pull/9434/head
Luciano Righetti 2023-12-06 15:46:59 +01:00
parent c688095299
commit 621c843956
1 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@ parameters:
ignoreErrors:
- message: '#Undefined variable: \$this#'
path: %currentWorkingDirectory%/templates
- message: 'Function brotli_compress not found.'
path: %currentWorkingDirectory%/
- message: '#Function brotli_compress not found.#'
path: %currentWorkingDirectory%/*