You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
-25Lines changed: 0 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,10 @@
1
1
parameters:
2
2
ignoreErrors:
3
-
-
4
-
message:"#^Class IMAP\\\\Connection not found\\.$#"
5
-
count:1
6
-
path:src/ImapResource.php
7
-
8
3
-
9
4
message:"#^If condition is always false\\.$#"
10
5
count:1
11
6
path:src/ImapResource.php
12
7
13
-
-
14
-
message:"#^Instanceof between resource and IMAP\\\\Connection will always evaluate to false\\.$#"
15
-
count:1
16
-
path:src/ImapResource.php
17
-
18
-
-
19
-
message:"#^Parameter \\$resource of method Ddeboer\\\\Imap\\\\ImapResource\\:\\:__construct\\(\\) has invalid type IMAP\\\\Connection\\.$#"
20
-
count:1
21
-
path:src/ImapResource.php
22
-
23
-
-
24
-
message:"#^Property Ddeboer\\\\Imap\\\\ImapResource\\:\\:\\$resource \\(resource\\) does not accept IMAP\\\\Connection\\|resource\\.$#"
25
-
count:1
26
-
path:src/ImapResource.php
27
-
28
8
-
29
9
message:"#^Parameter \\#2 \\$array of function implode expects array\\<string\\>, array\\<int, Ddeboer\\\\Imap\\\\MessageInterface\\|int\\|string\\> given\\.$#"
30
10
count:1
@@ -160,11 +140,6 @@ parameters:
160
140
count:2
161
141
path:tests/ConnectionTest.php
162
142
163
-
-
164
-
message:"#^Parameter \\#1 \\$resource of class Ddeboer\\\\Imap\\\\ImapResource constructor expects IMAP\\\\Connection\\|resource, string given\\.$#"
165
-
count:1
166
-
path:tests/ConnectionTest.php
167
-
168
143
-
169
144
message:"#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'date' and \\*NEVER\\* will always evaluate to true\\.$#"
0 commit comments