Skip to content

2.20.1

Latest

Choose a tag to compare

@koriym koriym released this 07 Aug 12:06

Fixed

  • Proxy codegen: the implements-list regex no longer swallows a same-line class body brace, and multi-line implements lists no longer lose every interface after the first — both previously generated proxies that failed to parse. Existing cached proxies are invalidated automatically via the AopCode::GENERATION bump. (#264)