|
541 | 541 | 'count' => 2, |
542 | 542 | 'path' => __DIR__ . '/../../../src/wp-admin/includes/post.php', |
543 | 543 | ]; |
544 | | -$ignoreErrors[] = [ |
545 | | - 'message' => '#^Parameter \\#1 \\$request_id of function wp_send_user_request expects string, int given\\.$#', |
546 | | - 'identifier' => 'argument.type', |
547 | | - 'count' => 1, |
548 | | - 'path' => __DIR__ . '/../../../src/wp-admin/includes/privacy-tools.php', |
549 | | -]; |
550 | | -$ignoreErrors[] = [ |
551 | | - 'message' => '#^Parameter \\#1 \\$request_id of function wp_send_user_request expects string, int\\|WP_Error given\\.$#', |
552 | | - 'identifier' => 'argument.type', |
553 | | - 'count' => 1, |
554 | | - 'path' => __DIR__ . '/../../../src/wp-admin/includes/privacy-tools.php', |
555 | | -]; |
556 | 544 | $ignoreErrors[] = [ |
557 | 545 | 'message' => '#^Parameter \\#2 \\$user_id of function get_the_author_meta expects int\\|false, string given\\.$#', |
558 | 546 | 'identifier' => 'argument.type', |
|
931 | 919 | 'count' => 1, |
932 | 920 | 'path' => __DIR__ . '/../../../src/wp-includes/class-wp-hook.php', |
933 | 921 | ]; |
934 | | -$ignoreErrors[] = [ |
935 | | - 'message' => '#^Parameter \\#3 \\$value of function curl_setopt expects int, string given\\.$#', |
936 | | - 'identifier' => 'argument.type', |
937 | | - 'count' => 1, |
938 | | - 'path' => __DIR__ . '/../../../src/wp-includes/class-wp-http-curl.php', |
939 | | -]; |
940 | 922 | $ignoreErrors[] = [ |
941 | 923 | 'message' => '#^Parameter \\#2 \\$mode of function stream_set_blocking expects bool, int given\\.$#', |
942 | 924 | 'identifier' => 'argument.type', |
|
1765 | 1747 | 'count' => 1, |
1766 | 1748 | 'path' => __DIR__ . '/../../../src/wp-includes/widgets/class-wp-widget-recent-comments.php', |
1767 | 1749 | ]; |
1768 | | -$ignoreErrors[] = [ |
1769 | | - 'message' => '#^Parameter \\#1 \\$request_id of function wp_validate_user_request_key expects string, int given\\.$#', |
1770 | | - 'identifier' => 'argument.type', |
1771 | | - 'count' => 1, |
1772 | | - 'path' => __DIR__ . '/../../../src/wp-login.php', |
1773 | | -]; |
1774 | 1750 | $ignoreErrors[] = [ |
1775 | 1751 | 'message' => '#^Parameter \\#1 \\$text of function esc_html expects string, int given\\.$#', |
1776 | 1752 | 'identifier' => 'argument.type', |
|
0 commit comments