Skip to content
Snippets Groups Projects
Commit 78f816d7 authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Adding missing parameter type

parent 0960979c
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ class MailTemplateService {
* @param boolean $ignoreMailQueue
*/
public static function sendEmail(
$language, $templateKey, $extensionKey, $toAddress, array $fromAddress, $subject,
$language, $templateKey, $extensionKey, array $toAddress, array $fromAddress, $subject,
array $content,
$ignoreMailQueue = FALSE
) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment