Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #65376


Ignore:
Timestamp:
05/30/2026 11:41:54 PM (2 months ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65376 – Description

    initial v1  
    7878Then fix the issues this surfaces in core.
    7979
    80 As with how #64898 implemented support in a bundled PHPStan extension for the `@global` tag in WordPress conventions, I suggest the above be implemented as bundled PHPStan extensions to start with. The great work of @szepeviktor in [https://github.com/szepeviktor/phpstan-wordpress phpstan-wordpress] can serve as a starting point. However, once landed in core, they should then be submitted upstream for adding to `szepeviktor/phpstan-wordpress` so they can more easily be reused by both core and Gutenberg (once [https://github.com/WordPress/gutenberg/issues/66598 gutenberg#66598] is completed).
     80As with how r62292 implemented support in a bundled PHPStan extension for the `@global` tag in WordPress conventions, I suggest the above be implemented as bundled PHPStan extensions to start with. The great work of @szepeviktor in [https://github.com/szepeviktor/phpstan-wordpress phpstan-wordpress] can serve as a starting point. However, once landed in core, they should then be submitted upstream for adding to `szepeviktor/phpstan-wordpress` so they can more easily be reused by both core and Gutenberg (once [https://github.com/WordPress/gutenberg/issues/66598 gutenberg#66598] is completed).
    8181
    8282This is part of #64898 and #64896.