forked from rhubarbgroup/redis-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon.dist
More file actions
32 lines (23 loc) · 761 Bytes
/
phpstan.neon.dist
File metadata and controls
32 lines (23 loc) · 761 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
29
30
31
32
includes:
- vendor/szepeviktor/phpstan-wordpress/extension.neon
- phpstan-baseline.neon
parameters:
level: 5
inferPrivatePropertyTypeFromConstructor: true
phpVersion: 70200
dynamicConstantNames:
- WP_DEBUG_DISPLAY
- WP_REDIS_SERVERS
- WP_REDIS_PASSWORD
bootstrapFiles:
- tests/PHPStan/bootstrap.php
# Made with generate-stubs --classes --interfaces --traits --out=query-monitor-stubs.php classes/ output/
- tests/PHPStan/query-monitor-stubs.php
- vendor/php-stubs/wp-cli-stubs/wp-cli-stubs.php
scanFiles:
- .php-tools/relay.stub.php
paths:
- includes/
- .php-tools/object-cache.php
excludePaths:
- includes/object-cache.php