|
1015 | 1015 | 'count' => 1, |
1016 | 1016 | 'path' => __DIR__ . '/../../../src/wp-includes/class-wp-block.php', |
1017 | 1017 | ]; |
1018 | | -$ignoreErrors[] = [ |
1019 | | - // identifier: arguments.count |
1020 | | - 'message' => '#^Method WP_HTML_Tag_Processor\\:\\:get_tag\\(\\) invoked with 1 parameter, 0 required\\.$#', |
1021 | | - 'count' => 1, |
1022 | | - 'path' => __DIR__ . '/../../../src/wp-includes/class-wp-block.php', |
1023 | | -]; |
1024 | 1018 | $ignoreErrors[] = [ |
1025 | 1019 | // identifier: staticClassAccess.privateMethod |
1026 | 1020 | 'message' => '#^Unsafe call to private method WP_Classic_To_Block_Menu_Converter\\:\\:group_by_parent_id\\(\\) through static\\:\\:\\.$#', |
|
1657 | 1651 | 'count' => 3, |
1658 | 1652 | 'path' => __DIR__ . '/../../../src/wp-includes/nav-menu.php', |
1659 | 1653 | ]; |
1660 | | -$ignoreErrors[] = [ |
1661 | | - // identifier: greater.invalid |
1662 | | - 'message' => '#^Comparison operation "\\>" between 0\\|array\\<int, string\\>\\|string\\|null and int results in an error\\.$#', |
1663 | | - 'count' => 1, |
1664 | | - 'path' => __DIR__ . '/../../../src/wp-includes/option.php', |
1665 | | -]; |
1666 | 1654 | $ignoreErrors[] = [ |
1667 | 1655 | // identifier: parameter.defaultValue |
1668 | 1656 | 'message' => '#^Default value of the parameter \\#3 \\$deprecated \\(\'\'\\) of function unregister_setting\\(\\) is incompatible with type callable\\(\\)\\: mixed\\.$#', |
|
1795 | 1783 | 'count' => 1, |
1796 | 1784 | 'path' => __DIR__ . '/../../../src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php', |
1797 | 1785 | ]; |
1798 | | -$ignoreErrors[] = [ |
1799 | | - // identifier: property.private |
1800 | | - 'message' => '#^Access to private property WP_User_Query\\:\\:\\$results\\.$#', |
1801 | | - 'count' => 1, |
1802 | | - 'path' => __DIR__ . '/../../../src/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php', |
1803 | | -]; |
1804 | 1786 | $ignoreErrors[] = [ |
1805 | 1787 | // identifier: property.nonObject |
1806 | 1788 | 'message' => '#^Cannot access property \\$post_content on array\\|object\\.$#', |
|
1885 | 1867 | 'count' => 1, |
1886 | 1868 | 'path' => __DIR__ . '/../../../src/wp-includes/user.php', |
1887 | 1869 | ]; |
1888 | | -$ignoreErrors[] = [ |
1889 | | - // identifier: binaryOp.invalid |
1890 | | - 'message' => '#^Binary operation "\\-" between string and int\\<1, max\\> results in an error\\.$#', |
1891 | | - 'count' => 1, |
1892 | | - 'path' => __DIR__ . '/../../../src/wp-includes/user.php', |
1893 | | -]; |
1894 | 1870 | $ignoreErrors[] = [ |
1895 | 1871 | // identifier: return.missing |
1896 | 1872 | 'message' => '#^Function wp_list_users\\(\\) should return string\\|null but return statement is missing\\.$#', |
|
0 commit comments