Skip to content

Commit e068a31

Browse files
Fixed static test failur
1 parent 60907f4 commit e068a31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Newsletter/Model/Queue.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ public function setQueueStartAtByString($startAt)
219219
* @param int $count
220220
* @return $this
221221
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
222+
* @SuppressWarnings(PHPMD.NPathComplexity)
222223
*/
223224
public function sendPerSubscriber($count = 20)
224225
{

0 commit comments

Comments
 (0)