-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
116 lines (94 loc) · 3.71 KB
/
phpstan-baseline.neon
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
parameters:
ignoreErrors:
-
message: "#^Cannot access property \\$CharSet on PHPMailer\\\\PHPMailer\\\\PHPMailer\\|null\\.$#"
count: 1
path: src/WPMail.php
-
message: "#^Cannot access property \\$ContentType on PHPMailer\\\\PHPMailer\\\\PHPMailer\\|null\\.$#"
count: 1
path: src/WPMail.php
-
message: "#^Cannot access property \\$Subject on PHPMailer\\\\PHPMailer\\\\PHPMailer\\|null\\.$#"
count: 1
path: src/WPMail.php
-
message: "#^Cannot call method DKIM_HeaderC\\(\\) on PHPMailer\\\\PHPMailer\\\\PHPMailer\\|null\\.$#"
count: 1
path: src/WPMail.php
-
message: "#^Cannot call method addAttachment\\(\\) on PHPMailer\\\\PHPMailer\\\\PHPMailer\\|null\\.$#"
count: 1
path: src/WPMail.php
-
message: "#^Cannot call method addBCC\\(\\) on PHPMailer\\\\PHPMailer\\\\PHPMailer\\|null\\.$#"
count: 1
path: src/WPMail.php
-
message: "#^Cannot call method addCC\\(\\) on PHPMailer\\\\PHPMailer\\\\PHPMailer\\|null\\.$#"
count: 1
path: src/WPMail.php
-
message: "#^Cannot call method addCustomHeader\\(\\) on PHPMailer\\\\PHPMailer\\\\PHPMailer\\|null\\.$#"
count: 1
path: src/WPMail.php
-
message: "#^Cannot call method addReplyTo\\(\\) on PHPMailer\\\\PHPMailer\\\\PHPMailer\\|null\\.$#"
count: 1
path: src/WPMail.php
-
message: "#^Cannot call method msgHTML\\(\\) on PHPMailer\\\\PHPMailer\\\\PHPMailer\\|null\\.$#"
count: 1
path: src/WPMail.php
-
message: "#^Cannot call method send\\(\\) on PHPMailer\\\\PHPMailer\\\\PHPMailer\\|null\\.$#"
count: 1
path: src/WPMail.php
-
message: "#^Cannot call method setFrom\\(\\) on PHPMailer\\\\PHPMailer\\\\PHPMailer\\|null\\.$#"
count: 1
path: src/WPMail.php
-
message: "#^Default value of the parameter \\#2 \\$atts \\(array\\{\\}\\) of method JazzMan\\\\WPMail\\\\WPMail\\:\\:mail\\(\\) is incompatible with type array\\{to\\: array\\|string\\|null, subject\\: string\\|null, message\\: string\\|null, headers\\: array\\|string\\|null, attachments\\: array\\|string\\|null\\}\\.$#"
count: 1
path: src/WPMail.php
-
message: "#^Method JazzMan\\\\WPMail\\\\WPMail\\:\\:addMailHeaders\\(\\) has parameter \\$headers with no value type specified in iterable type array\\.$#"
count: 1
path: src/WPMail.php
-
message: "#^Method JazzMan\\\\WPMail\\\\WPMail\\:\\:formatEmail\\(\\) has parameter \\$address with no value type specified in iterable type array\\.$#"
count: 1
path: src/WPMail.php
-
message: "#^Method JazzMan\\\\WPMail\\\\WPMail\\:\\:mail\\(\\) has parameter \\$atts with no value type specified in iterable type array\\.$#"
count: 3
path: src/WPMail.php
-
message: "#^Method JazzMan\\\\WPMail\\\\WPMail\\:\\:mail\\(\\) should return bool but returns bool\\|null\\.$#"
count: 1
path: src/WPMail.php
-
message: "#^Method JazzMan\\\\WPMail\\\\WPMail\\:\\:parseHeaders\\(\\) has parameter \\$headers with no value type specified in iterable type array\\.$#"
count: 1
path: src/WPMail.php
-
message: "#^PHPDoc tag @var with type array\\<string, mixed\\>\\|false is not subtype of native type mixed\\.$#"
count: 1
path: src/WPMail.php
-
message: "#^PHPDoc tag @var with type array\\<string\\>\\|string is not subtype of native type mixed\\.$#"
count: 1
path: src/WPMail.php
-
message: "#^PHPDoc tag @var with type string\\|false is not subtype of native type mixed\\.$#"
count: 2
path: src/WPMail.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, string\\|false\\|null given\\.$#"
count: 1
path: src/WPMail.php
-
message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
count: 1
path: src/WPMail.php