forked from wp-graphql/wp-graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon.dist
More file actions
28 lines (28 loc) · 750 Bytes
/
phpstan.neon.dist
File metadata and controls
28 lines (28 loc) · 750 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
26
27
28
parameters:
level: 8
inferPrivatePropertyTypeFromConstructor: true
checkMissingIterableValueType: true
treatPhpDocTypesAsCertain: false
stubFiles:
# Simulate added properties
- phpstan/class-wp-post-type.php
- phpstan/class-wp-taxonomy.php
- phpstan/class-wp-dependency.php
bootstrapFiles:
- phpstan/constants.php
- wp-graphql.php
- access-functions.php
- activation.php
- deactivation.php
- constants.php
paths:
- wp-graphql.php
- access-functions.php
- activation.php
- deactivation.php
- src/
excludePaths:
analyseAndScan:
- */node_modules/*
- */vendor/*
ignoreErrors: