@@ -6,7 +6,7 @@ |
||
6 | 6 | use Rector\Config\RectorConfig; |
7 | 7 | use Rector\Set\ValueObject\LevelSetList; |
8 | 8 | |
9 | -return static function (RectorConfig $rectorConfig): void { |
|
9 | +return static function(RectorConfig $rectorConfig): void { |
|
10 | 10 | $rectorConfig->paths([ |
11 | 11 | __DIR__ . '/src', |
12 | 12 | __DIR__ . '/tests', |
@@ -8,7 +8,7 @@ |
||
8 | 8 | /* @var $params array */ |
9 | 9 | |
10 | 10 | return [ |
11 | - EmailTarget::class => static function (MailerInterface $mailer) use ($params) { |
|
11 | + EmailTarget::class => static function(MailerInterface $mailer) use ($params) { |
|
12 | 12 | $emailTarget = new EmailTarget( |
13 | 13 | $mailer, |
14 | 14 | $params['yiisoft/log-target-email']['emailTarget']['emailTo'], |