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

@ -8,7 +8,6 @@ use MailPoet\Mailer\Mailer;
use MailPoet\Models\Segment;
use MailPoet\Models\Setting;
use MailPoet\Models\Subscriber;
use MailPoet\Settings\SettingsController;
class NewSubscriberNotificationMailerTest extends \MailPoetTest {