-
-
Notifications
You must be signed in to change notification settings - Fork 330
Expand file tree
/
Copy pathphpstan.dist.neon
More file actions
25 lines (20 loc) · 818 Bytes
/
phpstan.dist.neon
File metadata and controls
25 lines (20 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# https://phpstan.org/config-reference
parameters:
level: 8
tmpDir: .build/phpstan-cache
paths:
- benchmark
- examples
- src
- tests
treatPhpDocTypesAsCertain: false
ignoreErrors:
# the only place where these instances *may* be null is in the Decoder\BitMatrix class
- message: "#^Cannot call method [\\w]+\\(\\) on chillerlan\\\\QRCode\\\\Common\\\\EccLevel\\|null\\.$#"
# - message: "#^Cannot call method [\\w]+\\(\\) on chillerlan\\\\QRCode\\\\Common\\\\MaskPattern\\|null\\.$#"
- message: "#^Cannot call method [\\w]+\\(\\) on chillerlan\\\\QRCode\\\\Common\\\\Version\\|null\\.$#"
includes:
- phpstan-baseline.neon
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
- vendor/chillerlan/php-settings-container/rules-magic-access.neon