5.6.0: PHP 8 feature completeness
- Merged PR #94: Add support for
static
return type - @thekid - Optimized null-safe instance operator for PHP 8.0 - @thekid
- Added PHP 8.1-dev to test matrix now that is has been branched
(@thekid) - Added support for non-capturing catches, see this PHP 8 RFC:
https://wiki.php.net/rfc/non-capturing_catches
(@thekid)