Improvements
FQCN usage in associations
Support FQCN in belongsToMany through option, thx to @andrii-pukhalevych
Inline annotations
Annotation support for inline topics have been added:
Form
/** @uses \App\Form\ReleaseForm::_execute() */
$result = $releaseForm->execute($data);
Mailer
/** @uses \App\Mailer\NotificationMailer::notify() */
$notificationMailer->send('notify', [$username]);
Custom
You can use the new inline annotator functionality to add custom ones on top.