We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d782c4d commit 2bf1513Copy full SHA for 2bf1513
app/code/core/Mage/Core/Model/Email/Info.php
@@ -78,8 +78,8 @@ public function addBcc($email, $name = null)
78
/**
79
* Add new "To" recipient to current email
80
*
81
- * @param string $email
82
- * @param string|null $name
+ * @param array|string $email
+ * @param array|string|null $name
83
* @return $this
84
*/
85
public function addTo($email, $name = null)
0 commit comments