Ignore a PHPStan error by pattern

# phpstan.neon
parameters:
    level: 5
    paths: [src]
    ignoreErrors:
        - '#Call to an undefined method [a-zA-Z\\]+::scope[a-zA-Z]+()#'
        - message: '#Access to an undefined property#'
          path: src/Legacy/*