Updating docs for UserMailer::sendWithPear() which calls $mailer->send()
authorPerside Rosalie <rosalieperside@gmail.com>
Thu, 25 Feb 2016 13:52:24 +0000 (14:52 +0100)
committerReedy <reedy@wikimedia.org>
Thu, 25 Feb 2016 16:50:30 +0000 (16:50 +0000)
commit94ef54b22f4dd5fca8ac33dfd1b444a0a9d4b915
tree84dff0882eb25a149d224cb1243a7064994f0f89
parentf26ac509dbf2207d6db6f503309aca2ad40a017e
Updating docs for UserMailer::sendWithPear() which calls $mailer->send()

$mailer->send() call in UserMailer::sendWithPear() which is correct. $mailer is an
instance of Mail_smtp not UserMailer so the arguments passed to the send() method are
correct. The docs have been updated appropriately.

Bug: T68673
Change-Id: Ia85f957c60f4dafd3f450cda469b70bdcc166a8f
includes/mail/UserMailer.php