-
Notifications
You must be signed in to change notification settings - Fork 3
/
phpstan.neon.dist
42 lines (42 loc) · 1.27 KB
/
phpstan.neon.dist
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
parameters:
level: 8
checkAlwaysTrueCheckTypeFunctionCall: true
checkAlwaysTrueInstanceof: true
checkAlwaysTrueStrictComparison: true
checkExplicitMixedMissingReturn: true
checkFunctionNameCase: true
checkInternalClassCaseSensitivity: true
checkMissingIterableValueType: true
checkTooWideReturnTypesInProtectedAndPublicMethods: true
inferPrivatePropertyTypeFromConstructor: true
polluteScopeWithAlwaysIterableForeach: false
polluteScopeWithLoopInitialAssignments: false
reportAlwaysTrueInLastCondition: true
reportStaticMethodSignatures: true
reportWrongPhpDocTypeInVarTag: true
treatPhpDocTypesAsCertain: false
featureToggles:
disableRuntimeReflectionProvider: true
stubFiles:
# Simulate added properties
- phpstan/class-facetwp.php
- phpstan/class-facetwp-facet.php
- phpstan/class-wp-post-type.php
bootstrapFiles:
- phpstan/constants.php
- wp-graphql-facetwp.php
paths:
- wp-graphql-facetwp.php
- src/
excludePaths:
analyse:
- vendor-prefixed
analyseAndScan:
- ../wp-graphql/tests
scanDirectories:
- ../wp-graphql/
- ../facetwp/
ignoreErrors:
-
message: '#Static method WPGraphQL\\FacetWP\\Registry\\FacetRegistry::register_facet_settings\(\) is unused\.#'
path: src/Registry/FacetRegistry.php