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 ceb4474 commit 0d40b6cCopy full SHA for 0d40b6c
lib/internal/Magento/Framework/Mail/EmailMessage.php
@@ -51,6 +51,7 @@ class EmailMessage extends Message implements EmailMessageInterface
51
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
52
* @SuppressWarnings(PHPMD.NPathComplexity)
53
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
54
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
55
*/
56
public function __construct(
57
MimeMessageInterface $body,
0 commit comments