Skip to content

Commit

Permalink
Merge pull request #23272 from RomainMazB/patch-1
Browse files Browse the repository at this point in the history
Fix $to and $toName type in docblock
  • Loading branch information
PierreRambaud committed Feb 16, 2021
2 parents 5182b18 + 4ea1310 commit 3a02992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/Mail.php
Expand Up @@ -113,8 +113,8 @@ class MailCore extends ObjectModel
* @param string $template Template: the name of template not be a var but a string !
* @param string $subject Subject of the email
* @param array $templateVars Template variables for the email
* @param string $to To email
* @param string $toName To name
* @param string|array<string> $to To email
* @param string|array<string> $toName To name
* @param string $from From email
* @param string $fromName To email
* @param array $fileAttachment array with three parameters (content, mime and name).
Expand Down

0 comments on commit 3a02992

Please sign in to comment.