xp-framework / core

The XP Framework is an all-purpose, object oriented PHP framework.
Other
19 stars 6 forks source link

Add support for PHP 8.1 intersection types #277

Closed thekid closed 3 years ago

thekid commented 3 years ago
function fixture(Countable&Traversable $t) { ... }

See https://wiki.php.net/rfc/pure-intersection-types

thekid commented 3 years ago

Released in https://github.com/xp-framework/core/releases/tag/v10.12.0