Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
6d83596
Ignore errors in src/wp-includes/build which currently come the Guten…
westonruter Feb 25, 2026
5dec036
Bump phpstan to 2.1.40
westonruter Feb 25, 2026
593a10c
Bump PHPStan to level 1
westonruter Mar 4, 2026
22de4b6
Ignore variable.undefined errors since too noisy
westonruter Mar 4, 2026
cb8db15
Regenerate baseline for level 1
westonruter Mar 4, 2026
d3dd8ec
Remove unused parameter for WP_Filesystem_Direct constructor
westonruter Mar 4, 2026
bf92684
Add theme constants to config to address constant.notFound errors
westonruter Mar 4, 2026
d39600a
Docs: Add `@return never` to `dead_db()`.
apermo Feb 24, 2026
75797b7
fix(phpstan): Ignore return.never on dead_db()
apermo Feb 24, 2026
e55878c
Fix phpstan-return syntax
westonruter Feb 24, 2026
46b656a
Remove now-unnecessary phpstan-ignore
westonruter Feb 24, 2026
3c46095
docs: Refine phpdoc of dead_db()
apermo Feb 25, 2026
c52438a
Remove never from check_connection return
westonruter Mar 4, 2026
87a2c04
Remove errors from baseline which were fixed by never returns
westonruter Mar 4, 2026
95ddce2
Resolve isset.variable error since $_POST global is always set
westonruter Mar 4, 2026
5e62661
Merge branch 'trunk' of https://github.com/WordPress/wordpress-develo…
westonruter Mar 6, 2026
2d77448
Use allow-list for unknown globals
westonruter Mar 6, 2026
eeefc04
Convert single variable.undefined ignore rule into one per variable
westonruter Mar 6, 2026
cb7a8c3
Remove unused $class variable after r54215 (56bde67811f432764d2be6c5c…
westonruter Mar 6, 2026
a47a434
Fix wp_cache_switch_to_blog() issues
westonruter Mar 6, 2026
680d165
Fix arguments.count issues in Twenty Seventeen where twentyseventeen_…
westonruter Mar 6, 2026
53208cc
Merge branch 'trunk' of https://github.com/WordPress/wordpress-develo…
westonruter Mar 7, 2026
a088867
Remove $comment_id variable.undefined error after r61859 (ce40cd36)
westonruter Mar 7, 2026
202c39c
Remove $shape from being a variable.undefined ignored error
westonruter Mar 7, 2026
de684c6
Revert "Fix arguments.count issues in Twenty Seventeen where twentyse…
westonruter Mar 7, 2026
db38dbf
Initialize $shape variable to suppress variable.undefined error
westonruter Mar 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"squizlabs/php_codesniffer": "3.13.5",
"wp-coding-standards/wpcs": "~3.3.0",
"phpcompatibility/phpcompatibility-wp": "~2.1.3",
"phpstan/phpstan": "2.1.39",
"phpstan/phpstan": "2.1.40",
"yoast/phpunit-polyfills": "^1.1.0"
},
"config": {
Expand Down
Loading
Loading