Skip to content

Commit

Permalink
Add Mail method annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mosaxiv committed Jan 20, 2019
1 parent 6d5209d commit e35e064
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Mailer/Mailer.php
Expand Up @@ -155,6 +155,9 @@
* @method \Cake\Mailer\Email setProfile($config)
* @method string|array getProfile()
* @method \Cake\Mailer\Email profile($config = null)
* @method \Cake\Mailer\Email setEmailPattern($regex)
* @method string getEmailPattern()
* @method \Cake\Mailer\Email emailPattern($regex = null)
*/
abstract class Mailer implements EventListenerInterface
{
Expand Down

0 comments on commit e35e064

Please sign in to comment.