Skip to content

7.6.1: Use statement fixes

Compare
Choose a tag to compare
@thekid thekid released this 26 Sep 12:46
· 168 commits to master since this release
  • Fixed use statement not supporting multiple imports separated by ,.
    (@thekid)
  • Fixed importing global classes into namespaces, e.g. use Traversable.
    (@thekid)