-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
86 lines (70 loc) · 3.32 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
parameters:
ignoreErrors:
-
message: "#^Cannot cast mixed to string\\.$#"
count: 1
path: src/MailCatcher.php
-
message: "#^Method TJVB\\\\MailCatchall\\\\MailCatcher\\:\\:appendHtmlReceiver\\(\\) has parameter \\$receivers with no value type specified in iterable type array\\.$#"
count: 1
path: src/MailCatcher.php
-
message: "#^Method TJVB\\\\MailCatchall\\\\MailCatcher\\:\\:appendReceivers\\(\\) has parameter \\$receivers with no value type specified in iterable type array\\.$#"
count: 1
path: src/MailCatcher.php
-
message: "#^Method TJVB\\\\MailCatchall\\\\MailCatcher\\:\\:appendTextReceiver\\(\\) has parameter \\$receivers with no value type specified in iterable type array\\.$#"
count: 1
path: src/MailCatcher.php
-
message: "#^Cannot cast mixed to string\\.$#"
count: 1
path: src/MailEventSubscriber.php
-
message: "#^Offset 'events' does not exist on Illuminate\\\\Foundation\\\\Application\\|null\\.$#"
count: 2
path: tests/MailCatchallServiceProviderTest.php
-
message: "#^Parameter \\#1 \\$app of class TJVB\\\\MailCatchall\\\\MailCatchallServiceProvider constructor expects Illuminate\\\\Contracts\\\\Foundation\\\\Application, Illuminate\\\\Foundation\\\\Application\\|null given\\.$#"
count: 2
path: tests/MailCatchallServiceProviderTest.php
-
message: "#^Cannot call method make\\(\\) on Illuminate\\\\Foundation\\\\Application\\|null\\.$#"
count: 2
path: tests/MailCatcherTest.php
-
message: "#^Method TJVB\\\\MailCatchall\\\\Tests\\\\MailCatcherTest\\:\\:getConfigRepository\\(\\) should return Illuminate\\\\Contracts\\\\Config\\\\Repository but returns mixed\\.$#"
count: 1
path: tests/MailCatcherTest.php
-
message: "#^Method TJVB\\\\MailCatchall\\\\Tests\\\\MailCatcherTest\\:\\:getLoggerMock\\(\\) has no return type specified\\.$#"
count: 1
path: tests/MailCatcherTest.php
-
message: "#^Method TJVB\\\\MailCatchall\\\\Tests\\\\MailCatcherTest\\:\\:getViewFactory\\(\\) should return Illuminate\\\\Contracts\\\\View\\\\Factory but returns mixed\\.$#"
count: 1
path: tests/MailCatcherTest.php
-
message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsStringIgnoringCase\\(\\) expects string, resource\\|string\\|null given\\.$#"
count: 6
path: tests/MailCatcherTest.php
-
message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringNotContainsStringIgnoringCase\\(\\) expects string, resource\\|string\\|null given\\.$#"
count: 1
path: tests/MailCatcherTest.php
-
message: "#^Cannot call method get\\(\\) on Illuminate\\\\Foundation\\\\Application\\|null\\.$#"
count: 2
path: tests/MailEventSubscriberTest.php
-
message: "#^Cannot call method hasListeners\\(\\) on mixed\\.$#"
count: 2
path: tests/MailEventSubscriberTest.php
-
message: "#^Parameter \\#1 \\$config of class TJVB\\\\MailCatchall\\\\MailEventSubscriber constructor expects Illuminate\\\\Contracts\\\\Config\\\\Repository, mixed given\\.$#"
count: 1
path: tests/MailEventSubscriberTest.php
-
message: "#^Parameter \\#1 \\$events of method TJVB\\\\MailCatchall\\\\MailEventSubscriber\\:\\:subscribe\\(\\) expects Illuminate\\\\Events\\\\Dispatcher, mixed given\\.$#"
count: 1
path: tests/MailEventSubscriberTest.php