Skip to content

Commit 2bf1513

Browse files
authored
Updated docs for email addTo() (#2382)
1 parent d782c4d commit 2bf1513

File tree

1 file changed

+2
-2
lines changed
  • app/code/core/Mage/Core/Model/Email

1 file changed

+2
-2
lines changed

app/code/core/Mage/Core/Model/Email/Info.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ public function addBcc($email, $name = null)
7878
/**
7979
* Add new "To" recipient to current email
8080
*
81-
* @param string $email
82-
* @param string|null $name
81+
* @param array|string $email
82+
* @param array|string|null $name
8383
* @return $this
8484
*/
8585
public function addTo($email, $name = null)

0 commit comments

Comments
 (0)