Passed
Push — master ( 1253a3...c9e9e1 )
by Sergei
07:25 queued 04:51
created
rector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
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',
Please login to merge, or discard this patch.
config/di.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
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'],
Please login to merge, or discard this patch.