-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathphpstan.neon
More file actions
18 lines (18 loc) · 771 Bytes
/
phpstan.neon
File metadata and controls
18 lines (18 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
parameters:
level: 9
paths:
- bin
- src
- tests
typeAliases:
migrationConfig: 'array{name: string, parent: string|null, options: mixed[]|null, migrators_directory: string|null, migrators: class-string[]|null, tasks: array{before: class-string[]|null, after: class-string[]|null}}'
excludePaths:
analyse:
- ./tests/Configuration/Fixtures
ignoreErrors:
-
message: '~^Call to an undefined method [\w\\]+::[a-zA-Z]+\(\).$~'
path: src/Configuration/Configuration.php
-
message: '~^Parameter #\d \$\w+ of static method [\w\\]+::[a-zA-Z]+\(\) expects class-string<([\w\\]+)&([\w\\]+)>, class-string<\1>&class-string<\2> given\.$~'
path: tests