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 60907f4 commit e068a31Copy full SHA for e068a31
app/code/Magento/Newsletter/Model/Queue.php
@@ -219,6 +219,7 @@ public function setQueueStartAtByString($startAt)
219
* @param int $count
220
* @return $this
221
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
222
+ * @SuppressWarnings(PHPMD.NPathComplexity)
223
*/
224
public function sendPerSubscriber($count = 20)
225
{
0 commit comments