Created
September 28, 2016 11:23
-
-
Save havvg/812d63120c2f98aefa4f5feff291f79a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -37,7 +37,7 @@ final class MailHandler implements HandlerInterface | |
* | |
* @param \Swift_Mailer $mailer | |
* @param \Twig_Environment $twig | |
- * @param string|array $fromAddress The reply-to address is derived from this value, by default. | |
+ * @param string|array $fromAddress The reply-to address is derived from this value, by default | |
*/ | |
public function __construct(\Swift_Mailer $mailer, \Twig_Environment $twig, $fromAddress) | |
{ | |
Stage this hunk [y,n,q,a,d,/,e,?]? n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment