Commit 3f5280344f for wordpress.org

commit 3f5280344f344ff01fccced7ada735b49cabc0bf
Author: ramonopoly <ramonopoly@git.wordpress.org>
Date:   Mon Sep 14 02:17:49 2026 +0000

    Code Quality: Update PHPStan baseline

    r63607 changed two `WP_Query::$posts` assignments to `??=`. PHPStan level 5 accepts the resulting union type, so those two `assign.propertyType` errors disappear and the baseline's `count: 2` entries fail with `ignore.count`. Both counts should be 1. The mismatches remain; level 7 still reports them.

    Developed in: https://github.com/WordPress/wordpress-develop/pull/13506

    Props ramonopoly, westonruter.

    Follow-up to [65823].


    Built from https://develop.svn.wordpress.org/trunk@63611


    git-svn-id: http://core.svn.wordpress.org/trunk@62787 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-includes/version.php b/wp-includes/version.php
index baa870466b..b3e9c9eece 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63610';
+$wp_version = '7.2-alpha-63611';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.