# 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/*
# 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/*