github dereuromark/cakephp-ide-helper 1.17.0

latest releases: 2.2.3, 1.20.0, 2.2.2...
2 years ago

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.

Don't miss a new cakephp-ide-helper release

NewReleases is sending notifications on new releases.