-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpsalm-baseline.xml
More file actions
79 lines (79 loc) · 3.3 KB
/
Copy pathpsalm-baseline.xml
File metadata and controls
79 lines (79 loc) · 3.3 KB
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
74
75
76
77
78
79
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="6.16.1@f1f5de594dc76faf8784e02d3dc4716c91c6f6ac">
<file src="src/LengthLimits.php">
<PossiblyUnusedMethod>
<code><![CDATA[createRelaxed]]></code>
</PossiblyUnusedMethod>
</file>
<file src="src/Parse.php">
<PossiblyUnusedMethod>
<code><![CDATA[getInstance]]></code>
<code><![CDATA[getOptions]]></code>
<code><![CDATA[parseMultiple]]></code>
<code><![CDATA[parseSingle]]></code>
<code><![CDATA[parseStream]]></code>
<code><![CDATA[setLogger]]></code>
<code><![CDATA[setOptions]]></code>
</PossiblyUnusedMethod>
</file>
<file src="src/ParseOptions.php">
<PossiblyUnusedMethod>
<code><![CDATA[getMaxDomainLabelLength]]></code>
<code><![CDATA[getMaxLocalPartLength]]></code>
<code><![CDATA[getMaxTotalLength]]></code>
<code><![CDATA[rfc2822]]></code>
<code><![CDATA[rfc5321]]></code>
<code><![CDATA[rfc5322]]></code>
<code><![CDATA[rfc6531]]></code>
<code><![CDATA[setBannedChars]]></code>
<code><![CDATA[setLengthLimits]]></code>
<code><![CDATA[setMaxDomainLabelLength]]></code>
<code><![CDATA[setMaxLocalPartLength]]></code>
<code><![CDATA[setMaxTotalLength]]></code>
<code><![CDATA[setSeparators]]></code>
<code><![CDATA[setUseWhitespaceAsSeparator]]></code>
<code><![CDATA[withAllowDomainLiteral]]></code>
<code><![CDATA[withAllowObsLocalPart]]></code>
<code><![CDATA[withAllowObsRoute]]></code>
<code><![CDATA[withAllowQuotedString]]></code>
<code><![CDATA[withAllowUtf8Domain]]></code>
<code><![CDATA[withAllowUtf8LocalPart]]></code>
<code><![CDATA[withAllowedWhitespace]]></code>
<code><![CDATA[withApplyNfcNormalization]]></code>
<code><![CDATA[withBannedChars]]></code>
<code><![CDATA[withDetectConfusableDomain]]></code>
<code><![CDATA[withEnforceLengthLimits]]></code>
<code><![CDATA[withIncludeDomainAscii]]></code>
<code><![CDATA[withLengthLimits]]></code>
<code><![CDATA[withLocalPartNormalizer]]></code>
<code><![CDATA[withRejectC0Controls]]></code>
<code><![CDATA[withRejectC1Controls]]></code>
<code><![CDATA[withRejectEmptyQuotedLocalPart]]></code>
<code><![CDATA[withRejectTrailingDot]]></code>
<code><![CDATA[withRequireFqdn]]></code>
<code><![CDATA[withSeparators]]></code>
<code><![CDATA[withStrictIdna]]></code>
<code><![CDATA[withStrictMultiWhitespace]]></code>
<code><![CDATA[withTrimSingleAddressWhitespace]]></code>
<code><![CDATA[withUseWhitespaceAsSeparator]]></code>
<code><![CDATA[withValidateDisplayNamePhrase]]></code>
<code><![CDATA[withValidateIpGlobalRange]]></code>
<code><![CDATA[withValidateQuotedContent]]></code>
</PossiblyUnusedMethod>
</file>
<file src="src/ParseResult.php">
<PossiblyUnusedMethod>
<code><![CDATA[toJson]]></code>
</PossiblyUnusedMethod>
</file>
<file src="src/ParsedEmailAddress.php">
<MissingOverrideAttribute>
<code><![CDATA[public function __toString(): string]]></code>
</MissingOverrideAttribute>
<PossiblyUnusedMethod>
<code><![CDATA[canonical]]></code>
<code><![CDATA[invalidSeverity]]></code>
<code><![CDATA[toJson]]></code>
</PossiblyUnusedMethod>
</file>
</files>