-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
43 lines (37 loc) · 1.6 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
43 lines (37 loc) · 1.6 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
37
38
39
40
41
42
43
parameters:
ignoreErrors:
-
message: '#^Method WP_ShowHide_Blocks\:\:render\(\) has parameter \$attributes with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: includes/class-wp-showhide-blocks.php
-
message: '#^Method WP_ShowHide_Blocks\:\:shortcode_atts\(\) has parameter \$attributes with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: includes/class-wp-showhide-blocks.php
-
message: '#^Method WP_ShowHide_Blocks\:\:shortcode_atts\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: includes/class-wp-showhide-blocks.php
-
message: '#^Method WP_ShowHide_Template\:\:render\(\) has parameter \$atts with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: includes/class-wp-showhide-template.php
-
message: '#^Parameter \#1 \$value of function count expects array\|Countable, list\<string\>\|false given\.$#'
identifier: argument.type
count: 1
path: includes/class-wp-showhide-template.php
-
message: '#^Parameter \#2 \$atts of function shortcode_atts expects array, array\|string given\.$#'
identifier: argument.type
count: 1
path: includes/class-wp-showhide-template.php
-
message: '#^Method WP_ShowHide\:\:shortcode\(\) has parameter \$atts with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: includes/class-wp-showhide.php