Add rule for operator spacing

[MAILPOET-2090]
This commit is contained in:
Pavel Dohnal
2019-05-20 13:57:13 +02:00
committed by M. Shull
parent 5da7110eb6
commit 12ff88ee21
39 changed files with 167 additions and 162 deletions

View File

@ -248,7 +248,7 @@ class SubscribersTest extends \MailPoetTest {
}
function testItCanSearchListing() {
$new_subscriber = Subscriber::createOrUpdate([
$new_subscriber = Subscriber::createOrUpdate([
'email' => 'search.me@find.me',
'first_name' => 'Billy Bob',
'last_name' => 'Thornton',
@ -376,7 +376,7 @@ class SubscribersTest extends \MailPoetTest {
}
function testItCanBulkDeleteSelectionOfSubscribers() {
$deletable_subscriber = Subscriber::createOrUpdate([
$deletable_subscriber = Subscriber::createOrUpdate([
'email' => 'to.be.removed@mailpoet.com',
]);