Commit 2c05b9e3db1 for woocommerce
commit 2c05b9e3db11ed09edda4f2da017992901adbb41
Author: Vladimir Reznichenko <kalessil@gmail.com>
Date: Fri Jun 5 11:38:45 2026 +0200
[Dev] Fix phpstan checks (#65534)
diff --git a/plugins/woocommerce/phpstan-baseline.neon b/plugins/woocommerce/phpstan-baseline.neon
index 505cef8ed4a..ad931acffc1 100644
--- a/plugins/woocommerce/phpstan-baseline.neon
+++ b/plugins/woocommerce/phpstan-baseline.neon
@@ -36291,12 +36291,6 @@ parameters:
count: 1
path: includes/wc-term-functions.php
- -
- message: '#^Parameter \#1 \$term_id of function update_term_meta expects int, int\|string given\.$#'
- identifier: argument.type
- count: 1
- path: includes/wc-term-functions.php
-
-
message: '#^Parameter \#1 \$terms of function _wc_term_recount expects array, array\<int, int\>\|WP_Error given\.$#'
identifier: argument.type