-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathphpstan.neon
More file actions
13 lines (11 loc) · 839 Bytes
/
phpstan.neon
File metadata and controls
13 lines (11 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
parameters:
ignoreErrors:
# Branding stub client
- '#BBC\\BrandingClient\\BrandingStubClient::__construct\(\) does not call parent constructor from BBC\\BrandingClient\\BrandingClient#'
- '#Constructor of class BBC\\BrandingClient\\BrandingStubClient has an unused parameter \$[a-zA-Z0-9\\_]#'
- '#Method BBC\\ProgrammesCachingLibrary\\CacheInterface::getItem\(\) invoked with 2 parameters, 1 required.#'
# Orbit stub client
- '#BBC\\BrandingClient\\OrbitStubClient::__construct\(\) does not call parent constructor from BBC\\BrandingClient\\OrbitClient#'
- '#Constructor of class BBC\\BrandingClient\\OrbitStubClient has an unused parameter \$[a-zA-Z0-9\\_]#'
# Mocks
- '#Parameter .* of class .* expects .*, PHPUnit\\Framework\\MockObject\\MockObject given#'