-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
36 lines (30 loc) · 1.38 KB
/
phpstan-baseline.neon
File metadata and controls
36 lines (30 loc) · 1.38 KB
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
parameters:
ignoreErrors:
-
message: "#^Function hdbt_subtheme_preprocess_block\\(\\) has no return type specified\\.$#"
count: 1
path: public/themes/custom/hdbt_subtheme/hdbt_subtheme.theme
-
message: "#^Function hdbt_subtheme_preprocess_block\\(\\) has parameter \\$variables with no type specified\\.$#"
count: 1
path: public/themes/custom/hdbt_subtheme/hdbt_subtheme.theme
-
message: "#^Function hdbt_subtheme_theme_suggestions_block_alter\\(\\) has no return type specified\\.$#"
count: 1
path: public/themes/custom/hdbt_subtheme/hdbt_subtheme.theme
-
message: "#^Function hdbt_subtheme_theme_suggestions_block_alter\\(\\) has parameter \\$suggestions with no type specified\\.$#"
count: 1
path: public/themes/custom/hdbt_subtheme/hdbt_subtheme.theme
-
message: "#^Function hdbt_subtheme_theme_suggestions_menu_alter\\(\\) has no return type specified\\.$#"
count: 1
path: public/themes/custom/hdbt_subtheme/hdbt_subtheme.theme
-
message: "#^Function hdbt_subtheme_theme_suggestions_menu_alter\\(\\) has parameter \\$suggestions with no type specified\\.$#"
count: 1
path: public/themes/custom/hdbt_subtheme/hdbt_subtheme.theme
-
message: "#^Function hdbt_subtheme_theme_suggestions_menu_alter\\(\\) has parameter \\$variables with no type specified\\.$#"
count: 1
path: public/themes/custom/hdbt_subtheme/hdbt_subtheme.theme