github dereuromark/cakephp-ide-helper 2.6.3

23 hours ago

Improvements

  • Improve MailerClassAnnotatorTask: Chainable usage now preferred:
       $this->getMailer('User')->send('forgotPassword', [$user]);
    will be annotated as
        /** @uses \App\Mailer\UserMailer::forgotPassword() */
       $this->getMailer('User')->send('forgotPassword', [$user]);
    To be able to follow it through a click in the IDE and also for the method to be checkable for usage (IDE => jump to the usage).

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

NewReleases is sending notifications on new releases.