|
139 | 139 | 'count' => 2, |
140 | 140 | 'path' => __DIR__ . '/../../../src/wp-admin/includes/class-language-pack-upgrader.php', |
141 | 141 | ]; |
142 | | -$ignoreErrors[] = [ |
143 | | - // identifier: method.nameCase |
144 | | - 'message' => '#^Call to method WP_Theme\\:\\:get\\(\\) with incorrect case\\: Get$#', |
145 | | - 'count' => 1, |
146 | | - 'path' => __DIR__ . '/../../../src/wp-admin/includes/class-language-pack-upgrader.php', |
147 | | -]; |
148 | 142 | $ignoreErrors[] = [ |
149 | 143 | // identifier: property.notFound |
150 | 144 | 'message' => '#^Access to an undefined property WP_Upgrader\\:\\:\\$new_plugin_data\\.$#', |
|
361 | 355 | 'count' => 1, |
362 | 356 | 'path' => __DIR__ . '/../../../src/wp-admin/includes/class-walker-nav-menu-edit.php', |
363 | 357 | ]; |
364 | | -$ignoreErrors[] = [ |
365 | | - // identifier: method.nameCase |
366 | | - 'message' => '#^Call to method WP_Theme\\:\\:get\\(\\) with incorrect case\\: Get$#', |
367 | | - 'count' => 1, |
368 | | - 'path' => __DIR__ . '/../../../src/wp-admin/includes/class-wp-automatic-updater.php', |
369 | | -]; |
370 | 358 | $ignoreErrors[] = [ |
371 | 359 | // identifier: property.nonObject |
372 | 360 | 'message' => '#^Cannot access property \\$current on array\\|object\\.$#', |
|
433 | 421 | 'count' => 1, |
434 | 422 | 'path' => __DIR__ . '/../../../src/wp-admin/includes/class-wp-filesystem-ftpext.php', |
435 | 423 | ]; |
436 | | -$ignoreErrors[] = [ |
437 | | - // identifier: method.nameCase |
438 | | - 'message' => '#^Call to method ftp_base\\:\\:SetTimeout\\(\\) with incorrect case\\: setTimeout$#', |
439 | | - 'count' => 2, |
440 | | - 'path' => __DIR__ . '/../../../src/wp-admin/includes/class-wp-filesystem-ftpsockets.php', |
441 | | -]; |
442 | 424 | $ignoreErrors[] = [ |
443 | 425 | // identifier: parameter.defaultValue |
444 | 426 | 'message' => '#^Default value of the parameter \\#1 \\$opt \\(string\\) of method WP_Filesystem_ftpsockets\\:\\:__construct\\(\\) is incompatible with type array\\.$#', |
|
769 | 751 | 'count' => 1, |
770 | 752 | 'path' => __DIR__ . '/../../../src/wp-admin/includes/post.php', |
771 | 753 | ]; |
772 | | -$ignoreErrors[] = [ |
773 | | - // identifier: parameter.defaultValue |
774 | | - 'message' => '#^Default value of the parameter \\#1 \\$post_id \\(string\\) of function redirect_post\\(\\) is incompatible with type int\\.$#', |
775 | | - 'count' => 1, |
776 | | - 'path' => __DIR__ . '/../../../src/wp-admin/includes/post.php', |
777 | | -]; |
778 | | -$ignoreErrors[] = [ |
779 | | - // identifier: parameter.defaultValue |
780 | | - 'message' => '#^Default value of the parameter \\#2 \\$post_id \\(string\\) of function wp_create_categories\\(\\) is incompatible with type int\\.$#', |
781 | | - 'count' => 1, |
782 | | - 'path' => __DIR__ . '/../../../src/wp-admin/includes/taxonomy.php', |
783 | | -]; |
784 | 754 | $ignoreErrors[] = [ |
785 | 755 | // identifier: property.notFound |
786 | 756 | 'message' => '#^Access to an undefined property object\\:\\:\\$current\\.$#', |
|
1513 | 1483 | 'count' => 3, |
1514 | 1484 | 'path' => __DIR__ . '/../../../src/wp-includes/nav-menu.php', |
1515 | 1485 | ]; |
1516 | | -$ignoreErrors[] = [ |
1517 | | - // identifier: method.nameCase |
1518 | | - 'message' => '#^Call to method PHPMailer\\\\PHPMailer\\\\PHPMailer\\:\\:addBCC\\(\\) with incorrect case\\: addBcc$#', |
1519 | | - 'count' => 1, |
1520 | | - 'path' => __DIR__ . '/../../../src/wp-includes/pluggable.php', |
1521 | | -]; |
1522 | | -$ignoreErrors[] = [ |
1523 | | - // identifier: method.nameCase |
1524 | | - 'message' => '#^Call to method PHPMailer\\\\PHPMailer\\\\PHPMailer\\:\\:addCC\\(\\) with incorrect case\\: addCc$#', |
1525 | | - 'count' => 1, |
1526 | | - 'path' => __DIR__ . '/../../../src/wp-includes/pluggable.php', |
1527 | | -]; |
1528 | 1486 | $ignoreErrors[] = [ |
1529 | 1487 | // identifier: property.notFound |
1530 | 1488 | 'message' => '#^Access to an undefined property object\\:\\:\\$name\\.$#', |
|
0 commit comments