2.2.0
Improvements
codeCompletionReturnType
config added:
Allow configuration of return type vs docblock for controller/component events.
Use true
to not allow void here for any such event, and always hardcode Response|null
as return type (recommended).
Use false
to only document types and here allow for void
in general.