Skip to content

1.17.0

Compare
Choose a tag to compare
@dereuromark dereuromark released this 25 Nov 17:04
· 204 commits to master since this release
b07f881

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.