generated from spiral-packages/package-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpsalm-baseline.xml
39 lines (39 loc) · 1.35 KB
/
psalm-baseline.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0">
<file src="src/Bootloader/OpenTelemetryBootloader.php">
<MixedArgument>
<code><![CDATA[$env->get('OTEL_SERVICE_NAME', 'Spiral Framework')]]></code>
</MixedArgument>
</file>
<file src="src/SystemClock.php">
<DeprecatedClass>
<code><![CDATA[ClockFactory::getDefault()]]></code>
</DeprecatedClass>
</file>
<file src="src/Trace/DeferredSpanExporter.php">
<MixedReturnTypeCoercion>
<code><![CDATA[FutureInterface]]></code>
<code><![CDATA[new ErrorFuture(new \BadMethodCallException('Exporter is not initialized.'))]]></code>
</MixedReturnTypeCoercion>
<PossiblyNullReference>
<code><![CDATA[export]]></code>
</PossiblyNullReference>
</file>
<file src="src/Tracer.php">
<ArgumentTypeCoercion>
<code><![CDATA[$name]]></code>
<code><![CDATA[$name]]></code>
<code><![CDATA[$this->convertSpanKind($traceKind)]]></code>
</ArgumentTypeCoercion>
<MixedAssignment>
<code><![CDATA[$result]]></code>
<code><![CDATA[$value]]></code>
</MixedAssignment>
<MixedInferredReturnType>
<code><![CDATA[array]]></code>
</MixedInferredReturnType>
<MixedReturnStatement>
<code><![CDATA[$carrier]]></code>
</MixedReturnStatement>
</file>
</files>