Enforce array trailling commas
[MAILPOET-2090]
This commit is contained in:
@ -18,7 +18,7 @@ class SetupTest extends \MailPoetTest {
|
||||
|
||||
function testItCanReinstall() {
|
||||
$wp = Stub::make(new WPFunctions, [
|
||||
'doAction' => asCallable([WPHooksHelper::class, 'doAction'])
|
||||
'doAction' => asCallable([WPHooksHelper::class, 'doAction']),
|
||||
]);
|
||||
|
||||
$router = new Setup($wp);
|
||||
|
Reference in New Issue
Block a user