Add sniff for use empty line spacing, fix found occurences

[MAILPOET-2409]
This commit is contained in:
Jan Jakeš
2019-09-30 16:28:42 +02:00
committed by Jack Kitterhing
parent fa9b6443e1
commit 5214e93787
15 changed files with 17 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
namespace MailPoet\Tasks\Subscribers;
use MailPoet\Models\ScheduledTaskSubscriber;
use function MailPoet\Util\array_column;
class BatchIterator implements \Iterator, \Countable {