Skip to content

2.0.3: Array and map casting fix

Compare
Choose a tag to compare
@thekid thekid released this 16 Nov 21:44
· 1248 commits to master since this release
  • Fixed cast on array and map literals, e.g. (object)['key' => 'value']
    (@thekid)