Verified Commit dadd7cc1 authored by quietone's avatar quietone
Browse files

Issue #3532771 by jepster_, quietone, smustgrave, xjm, dcam, poker10:...

Issue #3532771 by jepster_, quietone, smustgrave, xjm, dcam, poker10: Misleading method parameter comment for

(cherry picked from commit a45b634d)
parent 00e7cec7
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -208,7 +208,8 @@ public function mail($module, $key, $to, $langcode, $params = [], $reply = NULL,
   *   to provide translatable markup to display as a message if an error
   *   occurs, or set this to false to disable error display.
   * @param string|null $reply
   *   Optional email address to be used to answer.
   *   (optional) The email address or addresses to set as the reply-to header.
   *   The format must be the same as the $to parameter.
   * @param bool $send
   *   If TRUE, call an implementation of
   *   \Drupal\Core\Mail\MailInterface->mail() to deliver the message, and
+2 −1
Original line number Diff line number Diff line
@@ -106,7 +106,8 @@ interface MailManagerInterface extends PluginManagerInterface {
   *   to provide translatable markup to display as a message if an error
   *   occurs, or set this to false to disable error display.
   * @param string|null $reply
   *   Optional email address to be used to answer.
   *   (optional) The email address or addresses to set as the reply-to header.
   *   The format must be the same as the $to parameter.
   * @param bool $send
   *   If TRUE, call an implementation of
   *   \Drupal\Core\Mail\MailInterface->mail() to deliver the message, and