Fixes
- Fix annotation duplication when a
@method/@propertytype contained spaces inside generic brackets (e.g.ResultSetInterface<int, \Foo\Entity>). The type was previously truncated at the first space, leaving the rest glued onto the method name, which madematches()silently fail and caused lines likesaveMany/deleteManyto be re-appended instead of replaced on subsequent runs — most visible when enablingIdeHelper.genericsInParam => 'detailed'on existing annotations (#430)
Full Changelog: 2.16.5...2.16.6