1parameters:
2    reportUnmatchedIgnoredErrors:
3        false
4    ignoreErrors:
5        - '#Unsafe usage of new static\(\)#'
6        - '#Call to static method performRequest\(\) on trait#'
7        - '#Constant JSON_THROW_ON_ERROR not found#'
8        - '#Caught class JsonException not found#'
9        - '#Call to method getCode\(\) on an unknown class JsonException#'
10