Skip to content

v3.5.1

Latest

Choose a tag to compare

@czosel czosel released this 29 Mar 19:56
· 8 commits to main since this release

Bugfixes

  • fix: throw SyntaxError on leading separator in read_list by @jorgsowa in #1223
  • fix: throw SyntaxError for invalid modifiers on class constants by @jorgsowa in #1224
  • fix: arrow function version guard never fired due to operator precedence by @jorgsowa in #1229
  • fix: trait alias with no visibility and no alias now raises an error by @jorgsowa in #1230
  • fix: pass attrs to trait declarations and support attributes on enum cases by @jorgsowa in #1231
  • fix: raise SyntaxError for final class constants before PHP 8.1 by @jorgsowa in #1234

Other