-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
91 lines (77 loc) · 3.26 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
parameters:
ignoreErrors:
-
message: '#^Cannot cast mixed to string\.$#'
identifier: cast.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\.$#'
identifier: missingType.iterableValue
count: 1
path: src/MailCatcher.php
-
message: '#^Method TJVB\\MailCatchall\\MailCatcher\:\:appendReceivers\(\) has parameter \$receivers with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/MailCatcher.php
-
message: '#^Method TJVB\\MailCatchall\\MailCatcher\:\:appendTextReceiver\(\) has parameter \$receivers with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/MailCatcher.php
-
message: '#^Cannot cast mixed to string\.$#'
identifier: cast.string
count: 1
path: src/MailEventSubscriber.php
-
message: '#^Parameter \#2 \$listener of method Illuminate\\Events\\Dispatcher\:\:listen\(\) expects array\|\(callable\(\)\: mixed\)\|class\-string\|Illuminate\\Events\\QueuedClosure\|null, ''\\\\TJVB\\\\MailCatchall…'' given\.$#'
identifier: argument.type
count: 1
path: src/MailEventSubscriber.php
-
message: '#^Offset ''events'' might not exist on Illuminate\\Foundation\\Application\|null\.$#'
identifier: offsetAccess.notFound
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\.$#'
identifier: argument.type
count: 2
path: tests/MailCatchallServiceProviderTest.php
-
message: '#^Cannot call method make\(\) on Illuminate\\Foundation\\Application\|null\.$#'
identifier: method.nonObject
count: 2
path: tests/MailCatcherTest.php
-
message: '#^Method TJVB\\MailCatchall\\Tests\\MailCatcherTest\:\:getLoggerMock\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: tests/MailCatcherTest.php
-
message: '#^Parameter \#2 \$haystack of method PHPUnit\\Framework\\Assert\:\:assertStringContainsStringIgnoringCase\(\) expects string, resource\|string\|null given\.$#'
identifier: argument.type
count: 6
path: tests/MailCatcherTest.php
-
message: '#^Parameter \#2 \$haystack of method PHPUnit\\Framework\\Assert\:\:assertStringNotContainsStringIgnoringCase\(\) expects string, resource\|string\|null given\.$#'
identifier: argument.type
count: 1
path: tests/MailCatcherTest.php
-
message: '#^Cannot call method get\(\) on Illuminate\\Foundation\\Application\|null\.$#'
identifier: method.nonObject
count: 2
path: tests/MailEventSubscriberTest.php
-
message: '#^Cannot call method hasListeners\(\) on mixed\.$#'
identifier: method.nonObject
count: 2
path: tests/MailEventSubscriberTest.php
-
message: '#^Parameter \#1 \$events of method TJVB\\MailCatchall\\MailEventSubscriber\:\:subscribe\(\) expects Illuminate\\Events\\Dispatcher, mixed given\.$#'
identifier: argument.type
count: 1
path: tests/MailEventSubscriberTest.php