Improvements
- Added new
'detailed'value for theIdeHelper.genericsInParamconfig option. In addition tofalse(bare) andtrue(basic generics), projects can now opt into fully detailed param types throughout the Table@methodannotations:array<string, mixed>,array<array<string, mixed>>,ResultSetInterface<int, TEntity>,SelectQuery<TEntity>insidefindOrCreate, andarray<string, mixed>|stringforget()'s finder param. Fully BC — existingtrue/falseusers see no change. See #428.
Full Changelog: 2.16.4...2.16.5