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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
typephp-php
/
typephp
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2
Star
18
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Comprehensive Bug Fixes, Late Static Binding, Type Alias Expansion & Line-Drift Hardening
- #26
#26
Merged
rcalicdan
merged 10 commits into
main
typephp-php/typephp:main
from
internal-improvements-5
typephp-php/typephp:internal-improvements-5
Copy head branch name to clipboard
Aug 14, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Comprehensive Bug Fixes, Late Static Binding, Type Alias Expansion & Line-Drift Hardening
#26
rcalicdan
merged 10 commits into
main
typephp-php/typephp:main
from
internal-improvements-5
typephp-php/typephp:internal-improvements-5
Copy head branch name to clipboard
Commits
Commits on Aug 14, 2026
Add tests for sealed and unsealed array shapes; improve type error handling
rcalicdan
committed
431dc4c
View commit details
Copy full SHA for 431dc4c
Browse repository at this point
Refactor type handling in checkParams and checkReturn methods; add BaseEntityFactory and related entity factories for testing
rcalicdan
committed
f7de56e
View commit details
Copy full SHA for f7de56e
Browse repository at this point
Enhance type handling and testing across various components; introduce BaseGenericFactory and BaseGenericMap for improved generic handling; add comprehensive tests for nested type aliases and late …
Show description for b4f526a
rcalicdan
committed
b4f526a
View commit details
Copy full SHA for b4f526a
Browse repository at this point
Add Late Static Binding return contracts and improve documentation; remove variadic parameter contracts section
rcalicdan
committed
53ed687
View commit details
Copy full SHA for 53ed687
Browse repository at this point
Refactor CallableWrapper and IterableWrapper to use TypePHPTypeError for exception handling; add AdvancedEdgeCasesTest for comprehensive type validation scenarios
rcalicdan
committed
9108910
View commit details
Copy full SHA for 9108910
Browse repository at this point
Refactor CallableWrapper and CallableWrapperTest for improved type validation; enhance error messages for better clarity
rcalicdan
committed
0a0efdc
View commit details
Copy full SHA for 0a0efdc
Browse repository at this point
Refactor error handling in GeneratorChecker to return ErrorMessage instead of throwing TypeError; enhance DocblockNormalizer to auto-complete return types for callables; add NestedAggregateService …
Show description for 7d50b73
rcalicdan
committed
7d50b73
View commit details
Copy full SHA for 7d50b73
Browse repository at this point
Enhance ReturnChecker and IterableWrapper for improved type handling; add ClassUsingAliasedTraitMethod for trait method aliasing tests; update AdvancedEdgeCasesTest with nested conditional return t…
Show description for 4a0bf91
rcalicdan
committed
4a0bf91
View commit details
Copy full SHA for 4a0bf91
Browse repository at this point
Refactor various files to ensure proper newline at end of file; enhance test cases for optional tuple parameters and lazy callable collections; improve error message assertions in AdvancedEdgeCases…
Show description for d8c3561
rcalicdan
committed
d8c3561
View commit details
Copy full SHA for d8c3561
Browse repository at this point
Add documentation for trait inheritance and method aliasing; enhance examples for clarity
rcalicdan
committed
35fec7a
View commit details
Copy full SHA for 35fec7a
Browse repository at this point
You can’t perform that action at this time.