Browse
For agents
About
Document Library Lite
/
trunk
Document Library Lite
vtrunk
Switch version
1.2.1
1.3.0
trunk
1.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5-1
1.0.6
1.0.7
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.2.0
Overview
Code
document-library-lite
/
phpstan.neon
phpstan.neon
in Document Library Lite trunk, at phpstan.neon
13 lines
359 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
includes:
2
- vendor/phpstan/phpstan-strict-rules/rules.neon
3
- vendor/szepeviktor/phpstan-wordpress/extension.neon
4
parameters:
5
editorUrlTitle: '%%relFile%%:%%line%%'
6
phpVersion: 80100
7
paths:
8
- src/
9
scanFiles:
10
- vendor/php-stubs/wp-cli-stubs/wp-cli-stubs.php
11
level: 6
12
inferPrivatePropertyTypeFromConstructor: true
13