|
1 | 1 | parameters:
|
2 | 2 | ignoreErrors:
|
3 |
| - - |
4 |
| - message: '#^Path in include_once\(\) "\./wp\-admin/includes/plugin\.php" is not a file or it does not exist\.$#' |
5 |
| - identifier: includeOnce.fileNotFound |
6 |
| - count: 1 |
7 |
| - path: ../acf.php |
8 |
| - |
9 | 3 | -
|
10 | 4 | message: '#^Action callback returns array but should not return anything\.$#'
|
11 | 5 | identifier: return.void
|
@@ -324,24 +318,6 @@ parameters:
|
324 | 318 | count: 1
|
325 | 319 | path: ../includes/api/api-term.php
|
326 | 320 |
|
327 |
| - - |
328 |
| - message: '#^Access to an undefined property ACF_Data\:\:\$site_aliases\.$#' |
329 |
| - identifier: property.notFound |
330 |
| - count: 2 |
331 |
| - path: ../includes/class-acf-data.php |
332 |
| - |
333 |
| - - |
334 |
| - message: '#^Access to an undefined property ACF_Data\:\:\$site_data\.$#' |
335 |
| - identifier: property.notFound |
336 |
| - count: 1 |
337 |
| - path: ../includes/class-acf-data.php |
338 |
| - |
339 |
| - - |
340 |
| - message: '#^Action callback returns array but should not return anything\.$#' |
341 |
| - identifier: return.void |
342 |
| - count: 1 |
343 |
| - path: ../includes/class-acf-internal-post-type.php |
344 |
| - |
345 | 321 | -
|
346 | 322 | message: '#^Action callback returns string but should not return anything\.$#'
|
347 | 323 | identifier: return.void
|
@@ -534,12 +510,6 @@ parameters:
|
534 | 510 | count: 1
|
535 | 511 | path: ../includes/local-meta.php
|
536 | 512 |
|
537 |
| - - |
538 |
| - message: '#^Expected 2 @param tags, found 1\.$#' |
539 |
| - identifier: paramTag.count |
540 |
| - count: 2 |
541 |
| - path: ../includes/locations.php |
542 |
| - |
543 | 513 | -
|
544 | 514 | message: '#^Access to an undefined property \$this\(ACF_Legacy_Location\)\:\:\$name\.$#'
|
545 | 515 | identifier: property.notFound
|
@@ -581,21 +551,3 @@ parameters:
|
581 | 551 | identifier: property.notFound
|
582 | 552 | count: 3
|
583 | 553 | path: ../includes/validation.php
|
584 |
| - |
585 |
| - - |
586 |
| - message: '#^Access to an undefined property ACF_WPML_Compatibility\:\:\$trid_ref\.$#' |
587 |
| - identifier: property.notFound |
588 |
| - count: 1 |
589 |
| - path: ../includes/wpml.php |
590 |
| - |
591 |
| - - |
592 |
| - message: '#^One or more @param tags has an invalid name or invalid syntax\.$#' |
593 |
| - identifier: phpDoc.parseError |
594 |
| - count: 7 |
595 |
| - path: ../secure-custom-fields.php |
596 |
| - |
597 |
| - - |
598 |
| - message: '#^Path in require_once\(\) "\./wp\-admin/includes/plugin\.php" is not a file or it does not exist\.$#' |
599 |
| - identifier: requireOnce.fileNotFound |
600 |
| - count: 1 |
601 |
| - path: ../secure-custom-fields.php |
0 commit comments