Fix PEAR.WhiteSpace.ScopeClosingBrace rule in tests [MAILPOET-989]
This commit is contained in:
@@ -29,7 +29,9 @@ class KeyCheckWorkerTest extends MailPoetTest {
|
||||
$worker = Stub::make(
|
||||
$this->worker,
|
||||
array(
|
||||
'checkKey' => function () { throw new \Exception; },
|
||||
'checkKey' => function () {
|
||||
throw new \Exception;
|
||||
},
|
||||
'reschedule' => Stub::once()
|
||||
),
|
||||
$this
|
||||
|
Reference in New Issue
Block a user