Enforce array trailling commas

[MAILPOET-2090]
This commit is contained in:
Pavel Dohnal
2019-05-20 11:52:21 +02:00
committed by M. Shull
parent fcf5fe1d5d
commit b9af15e19f
117 changed files with 1791 additions and 1829 deletions

View File

@@ -295,7 +295,7 @@ class Populator {
$this->default_segment->hydrate([
'name' => WPFunctions::get()->__('My First List', 'mailpoet'),
'description' =>
WPFunctions::get()->__('This list is automatically created when you install MailPoet.', 'mailpoet')
WPFunctions::get()->__('This list is automatically created when you install MailPoet.', 'mailpoet'),
]);
$this->default_segment->save();
}