Fix param docs and passed type of UserMailer::sendWithPear
authorUmherirrender <umherirrender_de.wp@web.de>
Wed, 11 Sep 2019 20:12:04 +0000 (22:12 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Thu, 12 Sep 2019 18:00:43 +0000 (20:00 +0200)
commit4b156d619f63f549d9300469a3ab65af27410167
tree7f787b831bbc0e64e25d9f984857591da3680c21
parent47181c81346bea21a1ed12063d7ca621e190c049
Fix param docs and passed type of UserMailer::sendWithPear

Mail::send accepts mixed for recipients and only array for headers
The documentation for recipients allows string with comma-separated list
or a string array
https://github.com/pear/Mail/blob/master/Mail/mail.php#L115-L119

Change-Id: Ia8269e91a7dcfe09d41bd03f8830b83f28812564
includes/mail/UserMailer.php