Skip to content

Support constants on class-string<Foo>

Compare
Choose a tag to compare
@spaze spaze released this 25 Apr 17:46
· 113 commits to main since this release
b991392

Release 2.14.0 has introduced a regression (#189) and has been replaced with 2.14.1. Original release notes follow:

  • Support $foo::BAR where $foo is declared as class-string<Foo>, this partly fixes a very old issue (#186, thanks @eithed)

Internal change:

  • Leading namespace separator is now removed consistently in one place (\Name\SpaceName\Space) (#187)