-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon
42 lines (34 loc) · 920 Bytes
/
phpstan.neon
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
includes:
- vendor/larastan/larastan/extension.neon
parameters:
treatPhpDocTypesAsCertain: false
paths:
- src/
includes:
- vendor/szepeviktor/phpstan-wordpress/extension.neon
noModelMake: false
noEnvCallsOutsideOfConfig: true
databaseMigrationsPath:
- ../../../database/migrations
universalObjectCratesClasses:
- WP_Post
- wpdb
scanFiles:
- ../../../_ide_helper.php
- ../../../.phpstorm.meta.php
scanDirectories:
- ../../../public/cms
- ../../laravel/framework
- ../entity
- ../wordpress-args
# Level 9 is the highest level
level: 5
excludePaths:
- ../../laravel/framework/Illuminate/Foundation/helpers.php
# ignoreErrors:
# - '#PHPDoc tag @var#'
#
# excludePaths:
# - ./*/*/FileToBeExcluded.php
#
# checkMissingIterableValueType: false