diff --git a/src/wp-admin/customize.php b/src/wp-admin/customize.php index 6496c824c9b10..75c0865b1f8eb 100644 --- a/src/wp-admin/customize.php +++ b/src/wp-admin/customize.php @@ -288,7 +288,7 @@ $class .= ' active'; } ?> - diff --git a/src/wp-admin/options-general.php b/src/wp-admin/options-general.php index 6a9a6d2f3812d..c1efa0c063c58 100644 --- a/src/wp-admin/options-general.php +++ b/src/wp-admin/options-general.php @@ -190,7 +190,7 @@ class="" data-choose-text="" data-update-text="" data-update="" - data-state="" + data-state="" > diff --git a/tests/phpstan/baselines/argument.type.neon b/tests/phpstan/baselines/argument.type.neon index da71134bcaf34..745a79986da89 100644 --- a/tests/phpstan/baselines/argument.type.neon +++ b/tests/phpstan/baselines/argument.type.neon @@ -43,11 +43,6 @@ parameters: identifier: argument.type count: 2 path: ../../../src/wp-admin/comment.php - - - message: '#^Parameter \#1 \$text of function esc_attr expects float\|int\|string, bool given\.$#' - identifier: argument.type - count: 1 - path: ../../../src/wp-admin/customize.php - message: '#^Parameter \#1 \$position of function wp_comment_reply expects int, string given\.$#' identifier: argument.type @@ -448,11 +443,6 @@ parameters: identifier: argument.type count: 1 path: ../../../src/wp-admin/network/site-users.php - - - message: '#^Parameter \#1 \$text of function esc_attr expects float\|int\|string, bool given\.$#' - identifier: argument.type - count: 1 - path: ../../../src/wp-admin/options-general.php - message: '#^Parameter \#2 \$callback of function array_filter expects \(callable\(mixed\)\: bool\)\|null, ''validate_file'' given\.$#' identifier: argument.type