Enforce array trailling commas
[MAILPOET-2090]
This commit is contained in:
@@ -11,7 +11,7 @@ class ErrorResponseTest extends \MailPoetUnitTest {
|
||||
WPFunctions::set(Stub::make(new WPFunctions, [
|
||||
'__' => function ($value) {
|
||||
return $value;
|
||||
}
|
||||
},
|
||||
]));
|
||||
$errors = array(
|
||||
'valid error',
|
||||
|
Reference in New Issue
Block a user