Browse
For agents
About
The Innovative Form Builder – IvyForms
/
0.8
The Innovative Form Builder – IvyForms
v0.8
Switch version
1.4.1
1.4
trunk
0.1.2
0.2
0.2.1
0.3
0.3.1
0.4
0.5
0.6
0.6.1
0.6.1-backup
0.6.1.1
0.7
0.8
0.8.1
0.8.2
0.9
0.9.1
1.0
1.1
1.1.1
1.2
1.3
Overview
Code
ivyforms
/
backend
/
phpstan.neon
phpstan.neon
in The Innovative Form Builder – IvyForms 0.8, at backend/phpstan.neon
13 lines
473 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/szepeviktor/phpstan-wordpress/extension.neon
3
4
parameters:
5
level: 6
6
paths:
7
- src
8
bootstrapFiles:
9
- ../ivyforms.php
10
reportUnmatchedIgnoredErrors: false
11
ignoreErrors:
12
- '#Method .*_invoke\(\) has parameter \$data with generic class WP_REST_Request but does not specify its types: T#'
13
- '#Method .*::handle\(\) has parameter \$data with generic class WP_REST_Request but does not specify its types: T#'