This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
forked from getsentry/sentry-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpsalm-baseline.xml
73 lines (73 loc) · 2.42 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.17.0@6f4707aa41c9174353a6434bba3fc8840f981d9c">
<file src="src/Dsn.php">
<PossiblyUndefinedArrayOffset occurrences="4">
<code>$parsedDsn['host']</code>
<code>$parsedDsn['path']</code>
<code>$parsedDsn['scheme']</code>
<code>$parsedDsn['user']</code>
</PossiblyUndefinedArrayOffset>
</file>
<file src="src/HttpClient/HttpClientFactory.php">
<UndefinedClass occurrences="4">
<code>GuzzleHttpClientOptions</code>
<code>GuzzleHttpClientOptions</code>
<code>GuzzleHttpClientOptions</code>
<code>SymfonyHttpClient</code>
</UndefinedClass>
</file>
<file src="src/Integration/IntegrationRegistry.php">
<PossiblyInvalidArgument occurrences="2">
<code>$userIntegration</code>
<code>$userIntegrations</code>
</PossiblyInvalidArgument>
</file>
<file src="src/Serializer/PayloadSerializer.php">
<FalsableReturnStatement occurrences="1">
<code>JSON::encode($result)</code>
</FalsableReturnStatement>
<InvalidFalsableReturnType occurrences="1">
<code>string</code>
</InvalidFalsableReturnType>
<PossiblyFalseArgument occurrences="2">
<code>$envelopeHeader</code>
<code>$itemHeader</code>
</PossiblyFalseArgument>
</file>
<file src="src/Serializer/RepresentationSerializer.php">
<InvalidReturnStatement occurrences="1">
<code>$value</code>
</InvalidReturnStatement>
<InvalidReturnType occurrences="1">
<code>representationSerialize</code>
</InvalidReturnType>
</file>
<file src="src/State/Hub.php">
<TooManyArguments occurrences="3">
<code>captureException</code>
<code>captureLastError</code>
<code>captureMessage</code>
</TooManyArguments>
</file>
<file src="src/State/HubAdapter.php">
<TooManyArguments occurrences="4">
<code>captureException</code>
<code>captureLastError</code>
<code>captureMessage</code>
<code>startTransaction</code>
</TooManyArguments>
</file>
<file src="src/Tracing/SpanContext.php">
<UnsafeInstantiation occurrences="1">
<code>new static()</code>
</UnsafeInstantiation>
</file>
<file src="src/functions.php">
<TooManyArguments occurrences="4">
<code>captureException</code>
<code>captureLastError</code>
<code>captureMessage</code>
<code>startTransaction</code>
</TooManyArguments>
</file>
</files>