Skip to content

Commit c92201e

Browse files
committed
chore: regenerate PHPStan baselines
1 parent d949a94 commit c92201e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

tests/phpstan/baseline/level-2.php

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -925,24 +925,6 @@
925925
'count' => 1,
926926
'path' => __DIR__ . '/../../../src/wp-includes/capabilities.php',
927927
];
928-
$ignoreErrors[] = [
929-
// identifier: parameter.defaultValue
930-
'message' => '#^Default value of the parameter \\#1 \\$post_id \\(false\\) of function get_the_category\\(\\) is incompatible with type int\\.$#',
931-
'count' => 1,
932-
'path' => __DIR__ . '/../../../src/wp-includes/category-template.php',
933-
];
934-
$ignoreErrors[] = [
935-
// identifier: parameter.defaultValue
936-
'message' => '#^Default value of the parameter \\#3 \\$post_id \\(false\\) of function get_the_category_list\\(\\) is incompatible with type int\\.$#',
937-
'count' => 1,
938-
'path' => __DIR__ . '/../../../src/wp-includes/category-template.php',
939-
];
940-
$ignoreErrors[] = [
941-
// identifier: parameter.defaultValue
942-
'message' => '#^Default value of the parameter \\#3 \\$post_id \\(false\\) of function the_category\\(\\) is incompatible with type int\\.$#',
943-
'count' => 1,
944-
'path' => __DIR__ . '/../../../src/wp-includes/category-template.php',
945-
];
946928
$ignoreErrors[] = [
947929
// identifier: return.missing
948930
'message' => '#^Function get_category_by_path\\(\\) should return array\\|WP_Error\\|WP_Term\\|null but return statement is missing\\.$#',

0 commit comments

Comments
 (0)