Skip to content

Commit 5147eaa

Browse files
committed
Fix coding standard
1 parent 18cb930 commit 5147eaa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/Loggers/EmailLoggerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ public function testInvalidDestination() : void
3030

3131
public function testMakeHeaders() : void
3232
{
33-
$logger = new class('developer@localhost.localdomain') extends EmailLogger {
33+
$logger = new class('developer@localhost.localdomain') extends EmailLogger
34+
{
3435
public function setConfig(array $config) : static
3536
{
3637
return parent::setConfig($config);

0 commit comments

Comments
 (0)