Passed
Pull Request — master (#1212)
by Aleksei
12:58
created
src/Telemetry/src/Monolog/TelemetryProcessor.php 1 patch
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,8 @@  discard block
 block discarded – undo
14 14
 {
15 15
     public function __construct(
16 16
         #[Proxy] private readonly ContainerInterface $container,
17
-    ) {}
17
+    ) {
18
+}
18 19
 
19 20
     /**
20 21
      * @psalm-suppress InvalidReturnType
@@ -27,7 +28,8 @@  discard block
 block discarded – undo
27 28
 
28 29
         $context = $tracer->getContext();
29 30
 
30
-        if (!empty($context)) {
31
+        if (!empty($context))
32
+        {
31 33
             $record['extra']['telemetry'] = $context;
32 34
         }
33 35
 
Please login to merge, or discard this patch.