Add space between if and ‘(‘
[MAILPOET-1791]
This commit is contained in:
@ -98,7 +98,7 @@ class NewsletterTemplatesTest extends \MailPoetTest {
|
||||
$normalize = function($array) {
|
||||
$result = array();
|
||||
foreach ($array as $key => $value) {
|
||||
if(in_array($key, ['newsletter_id', 'name', 'body'])) {
|
||||
if (in_array($key, ['newsletter_id', 'name', 'body'])) {
|
||||
$result[$key] = $value;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user