Commit a66d6190fa for woocommerce

commit a66d6190faae441c0b91d6a28666d2d8a323d72c
Author: daledupreez <dale@automattic.com>
Date:   Thu Dec 18 16:58:46 2025 +0200

    Fix PHPStan details in README.md (#62520)

diff --git a/plugins/woocommerce/README.md b/plugins/woocommerce/README.md
index 513a1d4a69..0d5baab55c 100644
--- a/plugins/woocommerce/README.md
+++ b/plugins/woocommerce/README.md
@@ -89,7 +89,7 @@ composer phpstan
 composer phpstan:baseline
 ```

-PHPStan configuration is stored in `phpstan.neon` at the root of the plugin directory. The analysis runs at level 9 (the strictest level) and includes WordPress-specific stubs via the `szepeviktor/phpstan-wordpress` extension.
+PHPStan configuration is stored in `phpstan.neon` at the root of the plugin directory. The analysis runs at level 8 (the second-strictest level) and includes WordPress-specific stubs via the `szepeviktor/phpstan-wordpress` extension.

 ## Documentation

diff --git a/plugins/woocommerce/changelog/update-woocommerce-readme-phpstan-details b/plugins/woocommerce/changelog/update-woocommerce-readme-phpstan-details
new file mode 100644
index 0000000000..7cfb67f681
--- /dev/null
+++ b/plugins/woocommerce/changelog/update-woocommerce-readme-phpstan-details
@@ -0,0 +1,5 @@
+Significance: patch
+Type: dev
+Comment: This is a minor tweak to the documentation to align with a recent PR
+
+