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 7bb1b21 commit 005a62bCopy full SHA for 005a62b
app/code/Magento/ProductAlert/Model/Mailing/AlertProcessor.php
@@ -99,6 +99,7 @@ class AlertProcessor
99
* @param StoreManagerInterface $storeManager
100
* @param ErrorEmailSender $errorEmailSender
101
* @param DesignInterface|null $design
102
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
103
*/
104
public function __construct(
105
EmailFactory $emailFactory,
0 commit comments