Skip to content

Instantly share code, notes, and snippets.

@havvg
Created September 28, 2016 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save havvg/812d63120c2f98aefa4f5feff291f79a to your computer and use it in GitHub Desktop.
Save havvg/812d63120c2f98aefa4f5feff291f79a to your computer and use it in GitHub Desktop.
@@ -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