|
1 | 1 | parameters:
|
2 | 2 | ignoreErrors:
|
3 |
| - - |
4 |
| - message: '#^Action callback returns array but should not return anything\.$#' |
5 |
| - identifier: return.void |
6 |
| - count: 1 |
7 |
| - path: ../includes/acf-bidirectional-functions.php |
8 |
| - |
9 | 3 | -
|
10 | 4 | message: '#^@param array \$sub_field does not accept actual type of parameter\: int\|false\.$#'
|
11 | 5 | identifier: parameter.phpDocType
|
@@ -42,18 +36,6 @@ parameters:
|
42 | 36 | count: 2
|
43 | 37 | path: ../includes/acf-field-functions.php
|
44 | 38 |
|
45 |
| - - |
46 |
| - message: '#^Function acf_set_filters\(\) should return array but return statement is missing\.$#' |
47 |
| - identifier: return.missing |
48 |
| - count: 1 |
49 |
| - path: ../includes/acf-helper-functions.php |
50 |
| - |
51 |
| - - |
52 |
| - message: '#^Action callback returns mixed but should not return anything\.$#' |
53 |
| - identifier: return.void |
54 |
| - count: 1 |
55 |
| - path: ../includes/acf-hook-functions.php |
56 |
| - |
57 | 39 | -
|
58 | 40 | message: '#^Function acf_checkbox_input\(\) should return string but return statement is missing\.$#'
|
59 | 41 | identifier: return.missing
|
@@ -96,60 +78,6 @@ parameters:
|
96 | 78 | count: 1
|
97 | 79 | path: ../includes/acf-input-functions.php
|
98 | 80 |
|
99 |
| - - |
100 |
| - message: '#^Result of function acf_add_validation_error \(void\) is used\.$#' |
101 |
| - identifier: function.void |
102 |
| - count: 1 |
103 |
| - path: ../includes/acf-internal-post-type-functions.php |
104 |
| - |
105 |
| - - |
106 |
| - message: '#^Result of function acf_copy_metadata \(void\) is used\.$#' |
107 |
| - identifier: function.void |
108 |
| - count: 1 |
109 |
| - path: ../includes/acf-meta-functions.php |
110 |
| - |
111 |
| - - |
112 |
| - message: '#^One or more @param tags has an invalid name or invalid syntax\.$#' |
113 |
| - identifier: phpDoc.parseError |
114 |
| - count: 1 |
115 |
| - path: ../includes/acf-user-functions.php |
116 |
| - |
117 |
| - - |
118 |
| - message: '#^Action callback returns string but should not return anything\.$#' |
119 |
| - identifier: return.void |
120 |
| - count: 1 |
121 |
| - path: ../includes/admin/admin-internal-post-type-list.php |
122 |
| - |
123 |
| - - |
124 |
| - message: '#^Action callback returns string but should not return anything\.$#' |
125 |
| - identifier: return.void |
126 |
| - count: 1 |
127 |
| - path: ../includes/admin/admin-internal-post-type.php |
128 |
| - |
129 |
| - - |
130 |
| - message: '#^Filter callback return statement is missing\.$#' |
131 |
| - identifier: return.missing |
132 |
| - count: 1 |
133 |
| - path: ../includes/admin/admin-internal-post-type.php |
134 |
| - |
135 |
| - - |
136 |
| - message: '#^Action callback returns string but should not return anything\.$#' |
137 |
| - identifier: return.void |
138 |
| - count: 1 |
139 |
| - path: ../includes/admin/admin-tools.php |
140 |
| - |
141 |
| - - |
142 |
| - message: '#^Action callback returns string but should not return anything\.$#' |
143 |
| - identifier: return.void |
144 |
| - count: 2 |
145 |
| - path: ../includes/admin/admin-upgrade.php |
146 |
| - |
147 |
| - - |
148 |
| - message: '#^Action callback returns string but should not return anything\.$#' |
149 |
| - identifier: return.void |
150 |
| - count: 1 |
151 |
| - path: ../includes/admin/admin.php |
152 |
| - |
153 | 81 | -
|
154 | 82 | message: '#^Access to an undefined property ACF_Admin_Field_Groups\:\:\$not_found_label\.$#'
|
155 | 83 | identifier: property.notFound
|
|
0 commit comments