Skip to content

9.2.1: Type casting fix

Compare
Choose a tag to compare
@thekid thekid released this 04 Dec 19:10
· 104 commits to master since this release
  • Fixed type parsing in type casts:
    • Arrays, maps and generics with nullables, e.g. (array<?int>)$v
    • Intersection and union types, e.g. (int|string)$v.
      (@thekid)