forked from openemr/openemr
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathphpstan.neon.dist
More file actions
44 lines (43 loc) · 789 Bytes
/
phpstan.neon.dist
File metadata and controls
44 lines (43 loc) · 789 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
33
34
35
36
37
38
39
40
41
42
43
44
includes:
- .phpstan/phpstan.github.neon
parameters:
bootstrapFiles:
- .phpstan/phpstan_panther_alias.php
- .phpstan/phpstan_include_paths.php
level: 1
# Set tmpDir explicitly so we know what it is
tmpDir: tmp-phpstan
paths:
- Documentation
- _rest_routes.inc.php
- acl_upgrade.php
- admin.php
- apis
- ccdaservice
- ccr
- contrib
- controller.php
- controllers
- custom
- gacl
- index.php
- interface
- ippf_upgrade.php
- library
- modules
- oauth2
- portal
- setup.php
- sites
- sphere
- sql_patch.php
- sql_upgrade.php
- src
- templates
- tests
- version.php
scanDirectories:
- ./.phpstan
scanFiles:
- library/sql.inc.php
- interface/modules/custom_modules/oe-module-faxsms/.phpstan/SignalWireStubs.php