Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
WordPress
/
wordpress-develop
Public
Notifications
You must be signed in to change notification settings
Fork
3.7k
Star
3.4k
Code
Pull requests
3.5k
Actions
Security and quality
42
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Docs: Replace void with null in union return types in various core files
- #11012
#11012
Closed
apermo
wants to merge 32 commits into
WordPress:trunk
WordPress/wordpress-develop:trunk
from
apermo:trac-64704
apermo/wordpress-develop:trac-64704
Copy head branch name to clipboard
Conversation
Commits
32
(32)
Checks
Files changed
Closed
Docs: Replace void with null in union return types in various core files
#11012
apermo
wants to merge 32 commits into
WordPress:trunk
WordPress/wordpress-develop:trunk
from
apermo:trac-64704
apermo/wordpress-develop:trac-64704
Copy head branch name to clipboard
Commits
Commits on Feb 23, 2026
Docs: Replace void with null in union return types in various core files
Show description for 5c0dbda
apermo
committed
5c0dbda
View commit details
Copy full SHA for 5c0dbda
Browse repository at this point
Commits on Feb 25, 2026
Update src/wp-includes/theme.php
Show description for 4af8c93
apermo
and
westonruter
authored
4af8c93
View commit details
Copy full SHA for 4af8c93
Browse repository at this point
Commits on Feb 27, 2026
Merge branch 'trunk' into trac-64704
westonruter
committed
4e74829
View commit details
Copy full SHA for 4e74829
Browse repository at this point
Commits on Feb 28, 2026
Add missing return nulls
westonruter
committed
3e47794
View commit details
Copy full SHA for 3e47794
Browse repository at this point
Add never returns
westonruter
committed
27b2b16
View commit details
Copy full SHA for 27b2b16
Browse repository at this point
Improve specificity of array types
westonruter
committed
180645c
View commit details
Copy full SHA for 180645c
Browse repository at this point
Add false as possible return value for get_active_blog_for_user()
westonruter
committed
7f38a18
View commit details
Copy full SHA for 7f38a18
Browse repository at this point
Merge branch 'trunk' of https://github.com/WordPress/wordpress-develop into trac-64704
westonruter
committed
5b89f6e
View commit details
Copy full SHA for 5b89f6e
Browse repository at this point
docs: Remove null from handle_error() return type
Show description for 77c3213
apermo
committed
77c3213
View commit details
Copy full SHA for 77c3213
Browse repository at this point
docs: Address review feedback on return types
Show description for 18ffc68
apermo
committed
18ffc68
View commit details
Copy full SHA for 18ffc68
Browse repository at this point
Merge branch 'trunk' into trac-64704
apermo
authored
cdae261
View commit details
Copy full SHA for cdae261
Browse repository at this point
Commits on Mar 16, 2026
Update src/wp-includes/canonical.php
Show description for cc8672b
apermo
and
westonruter
authored
cc8672b
View commit details
Copy full SHA for cc8672b
Browse repository at this point
Update src/wp-includes/class-wp-recovery-mode.php
Show description for 24f4bc1
apermo
and
westonruter
authored
24f4bc1
View commit details
Copy full SHA for 24f4bc1
Browse repository at this point
Commits on Mar 30, 2026
Merge branch 'trunk' into trac-64704
westonruter
authored
c24a489
View commit details
Copy full SHA for c24a489
Browse repository at this point
Add object as possible return type for get_active_blog_for_user()
westonruter
committed
44132dc
View commit details
Copy full SHA for 44132dc
Browse repository at this point
Prevent possible undefined variable $primary
westonruter
committed
b4d3140
View commit details
Copy full SHA for b4d3140
Browse repository at this point
Clarify when redirect_canonical() never returns
westonruter
committed
7f65ed8
View commit details
Copy full SHA for 7f65ed8
Browse repository at this point
Fix alignment in WP_Block_Type::get_variations() phpdoc
westonruter
committed
0901192
View commit details
Copy full SHA for 0901192
Browse repository at this point
Revert array type improvements to keep PR focused on void-to-null changes
Show description for 3280d5a
westonruter
and
claude
committed
3280d5a
View commit details
Copy full SHA for 3280d5a
Browse repository at this point
Fix conditional return type for wp_die()
westonruter
committed
1925f02
View commit details
Copy full SHA for 1925f02
Browse repository at this point
Replace void with null in wpdb::prepare() return type
Show description for 1913a9a
westonruter
and
claude
committed
1913a9a
View commit details
Copy full SHA for 1913a9a
Browse repository at this point
Remove void from wpdb::check_connection() return type and add @return never to dead_db()
Show description for 978500c
westonruter
and
claude
committed
978500c
View commit details
Copy full SHA for 978500c
Browse repository at this point
Replace void with null in WP_Admin_Bar return types
Show description for 1b6a3fe
westonruter
and
claude
committed
1b6a3fe
View commit details
Copy full SHA for 1b6a3fe
Browse repository at this point
Replace void with null in wp_dashboard_quota() return type
Show description for 9c26e4f
westonruter
and
claude
committed
9c26e4f
View commit details
Copy full SHA for 9c26e4f
Browse repository at this point
Replace void with null in WP_Privacy_Requests_Table::column_status() return type
Show description for 4535fb0
westonruter
and
claude
committed
4535fb0
View commit details
Copy full SHA for 4535fb0
Browse repository at this point
Remove void from WP_Site_Health::perform_test() return type
Show description for 11c3c18
westonruter
and
claude
committed
11c3c18
View commit details
Copy full SHA for 11c3c18
Browse repository at this point
Replace void with null in uninstall_plugin() return type
Show description for 7ed6744
westonruter
and
claude
committed
7ed6744
View commit details
Copy full SHA for 7ed6744
Browse repository at this point
Replace void with null in validate_file_to_edit() return type
Show description for 32a7e8e
westonruter
and
claude
committed
32a7e8e
View commit details
Copy full SHA for 32a7e8e
Browse repository at this point
Remove void from write_post() return type
Show description for 6435722
westonruter
and
claude
committed
6435722
View commit details
Copy full SHA for 6435722
Browse repository at this point
Remove void from WP_Importer::set_blog() and set_user() return types
Show description for b5c80c5
westonruter
and
claude
committed
b5c80c5
View commit details
Copy full SHA for b5c80c5
Browse repository at this point
Revert wp-admin void-to-null changes to keep PR scoped to wp-includes
Show description for baeded8
westonruter
and
claude
committed
baeded8
View commit details
Copy full SHA for baeded8
Browse repository at this point
Merge branch 'trunk' of https://github.com/WordPress/wordpress-develop into trac-64704
Show description for cfec352
westonruter
committed
cfec352
View commit details
Copy full SHA for cfec352
Browse repository at this point
You can’t perform that action at this time.