Skip to content

Commit d5a10d2

Browse files
committed
chore: regenerate baselines
1 parent 0069fc5 commit d5a10d2

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

tests/phpstan/baseline/level-5.php

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -541,18 +541,6 @@
541541
'count' => 2,
542542
'path' => __DIR__ . '/../../../src/wp-admin/includes/post.php',
543543
];
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-
];
556544
$ignoreErrors[] = [
557545
'message' => '#^Parameter \\#2 \\$user_id of function get_the_author_meta expects int\\|false, string given\\.$#',
558546
'identifier' => 'argument.type',
@@ -931,12 +919,6 @@
931919
'count' => 1,
932920
'path' => __DIR__ . '/../../../src/wp-includes/class-wp-hook.php',
933921
];
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-
];
940922
$ignoreErrors[] = [
941923
'message' => '#^Parameter \\#2 \\$mode of function stream_set_blocking expects bool, int given\\.$#',
942924
'identifier' => 'argument.type',
@@ -1765,12 +1747,6 @@
17651747
'count' => 1,
17661748
'path' => __DIR__ . '/../../../src/wp-includes/widgets/class-wp-widget-recent-comments.php',
17671749
];
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-
];
17741750
$ignoreErrors[] = [
17751751
'message' => '#^Parameter \\#1 \\$text of function esc_html expects string, int given\\.$#',
17761752
'identifier' => 'argument.type',

0 commit comments

Comments
 (0)