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

@@ -27,7 +27,7 @@ class SettingTest extends \MailPoetTest {
Setting::createOrUpdate(['name' => 'key_2', 'value' => 'value_2']);
Setting::createOrUpdate(['name' => 'key_3', 'value' => serialize([
'subkey_1' => 'subvalue_1',
'subkey_2' => 'subvalue_2'
'subkey_2' => 'subvalue_2',
])]);
$settings = Setting::getAll();