Union types
Union types allow to combine several types. This video shows all the benefits they offer, especially in a dynamically typed langague such as PHP.
Links
- Front Line PHP: the book that explains all PHP 8 features and modern PHP in depth
- The union types RFC