Commit 033b27e8170 for woocommerce

commit 033b27e8170a54b2d082657aaaa7e1a3afeb5779
Author: Brandon Kraft <public@brandonkraft.com>
Date:   Fri May 1 10:51:36 2026 -0500

    chore: refresh PHPStan baseline after PR 64406 (#64543)

diff --git a/plugins/woocommerce/changelog/64406-phpstan-baseline-refresh b/plugins/woocommerce/changelog/64406-phpstan-baseline-refresh
new file mode 100644
index 00000000000..343d55c7a03
--- /dev/null
+++ b/plugins/woocommerce/changelog/64406-phpstan-baseline-refresh
@@ -0,0 +1,4 @@
+Significance: patch
+Type: dev
+
+Refresh PHPStan baseline to reflect changes from PR 64406.
diff --git a/plugins/woocommerce/phpstan-baseline.neon b/plugins/woocommerce/phpstan-baseline.neon
index 1267e49dc13..30c43546d47 100644
--- a/plugins/woocommerce/phpstan-baseline.neon
+++ b/plugins/woocommerce/phpstan-baseline.neon
@@ -18267,7 +18267,7 @@ parameters:
 		-
 			message: '#^Property WooCommerce\:\:\$customer \(WC_Customer\) in empty\(\) is not falsy\.$#'
 			identifier: empty.property
-			count: 2
+			count: 1
 			path: includes/data-stores/class-wc-product-variable-data-store-cpt.php

 		-