-
Notifications
You must be signed in to change notification settings - Fork 20
/
phpstan-baseline.neon
51 lines (42 loc) · 2 KB
/
phpstan-baseline.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
43
44
45
46
47
48
49
50
51
parameters:
ignoreErrors:
-
message: "#^Parameter \\#4 \\$ver of function wp_enqueue_script expects bool\\|string\\|null, int\\<1, max\\> given\\.$#"
count: 1
path: wp-content/plugins/core/src/Assets/Theme/Scripts.php
-
message: "#^Parameter \\#3 \\$deps of function wp_enqueue_style expects array\\<string\\>, false given\\.$#"
count: 1
path: wp-content/plugins/core/src/Integrations/Gravity_Forms/Form_Styles.php
-
message: "#^Empty array passed to foreach\\.$#"
count: 1
path: wp-content/plugins/core/src/Theme/Config/Web_Fonts.php
-
message: "#^Property WP_Post\\:\\:\\$post_excerpt \\(string\\) on left side of \\?\\? is not nullable\\.$#"
count: 1
path: wp-content/themes/core/components/blocks/gallery_grid/Gallery_Grid_Controller.php
-
message: "#^Parameter \\#1 \\$text of function esc_attr expects string, \\(float\\|int\\) given\\.$#"
count: 2
path: wp-content/themes/core/components/image/Image_Controller.php
-
message: "#^Parameter \\#1 \\$text of function esc_attr expects string, int given\\.$#"
count: 1
path: wp-content/themes/core/components/image/Image_Controller.php
-
message: "#^Property Tribe\\\\Project\\\\Templates\\\\Components\\\\image\\\\Image_Controller\\:\\:\\$link_title is never read, only written\\.$#"
count: 1
path: wp-content/themes/core/components/image/Image_Controller.php
-
message: "#^Parameter \\#1 \\$author_id of function get_author_posts_url expects int, string given\\.$#"
count: 1
path: wp-content/themes/core/components/loop_items/index/index.php
-
message: "#^Parameter \\#2 \\$default of method Tribe\\\\Libs\\\\ACF\\\\ACF_Settings\\:\\:get_setting\\(\\) expects null, array given\\.$#"
count: 1
path: wp-content/themes/core/routes/index/Index_Controller.php
-
message: "#^Parameter \\#2 \\$default of method Tribe\\\\Libs\\\\ACF\\\\ACF_Settings\\:\\:get_setting\\(\\) expects null, string given\\.$#"
count: 2
path: wp-content/themes/core/routes/index/Index_Controller.php