Skip to content

Commit 4f67cd9

Browse files
committed
CS fix
1 parent a4a474b commit 4f67cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/Mailer/Transport/SparkpostTransportTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protected function setUp(): void
2626
$this->configParams['mailer_custom_headers'] = ['x-global-custom-header' => 'value123'];
2727
$this->configParams['mailer_from_email'] = '[email protected]';
2828
$this->configParams['mailer_from_name'] = 'Admin';
29-
$this->configParams['sparkpost_tracking_enabled'] = $this->getName() === 'testEmailSendToContactSync' ? $this->getProvidedData()[0] : false;
29+
$this->configParams['sparkpost_tracking_enabled'] = 'testEmailSendToContactSync' === $this->getName() ? $this->getProvidedData()[0] : false;
3030
parent::setUp();
3131
$this->translator = self::getContainer()->get('translator');
3232
}

0 commit comments

Comments
 (0)