-
Notifications
You must be signed in to change notification settings - Fork 1
/
phpstan-baseline.neon
171 lines (138 loc) · 7.67 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
parameters:
ignoreErrors:
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Commands\\\\OpenSwooleServer\\:\\:handle\\(\\) has no return type specified\\.$#"
count: 1
path: src/Commands/OpenSwooleServer.php
-
message: "#^Parameter \\$port of class JackedPhp\\\\JackedServer\\\\Services\\\\Server constructor expects int\\|null, array\\|bool\\|string\\|null given\\.$#"
count: 1
path: src/Commands/OpenSwooleServer.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Events\\\\JackedRequestError\\:\\:__construct\\(\\) has parameter \\$headers with no value type specified in iterable type array\\.$#"
count: 1
path: src/Events/JackedRequestError.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Events\\\\JackedRequestFinished\\:\\:__construct\\(\\) has parameter \\$headers with no value type specified in iterable type array\\.$#"
count: 1
path: src/Events/JackedRequestFinished.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Events\\\\JackedRequestReceived\\:\\:__construct\\(\\) has parameter \\$requestOptions with no value type specified in iterable type array\\.$#"
count: 1
path: src/Events/JackedRequestReceived.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Services\\\\Response\\:\\:getHeader\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/Response.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Services\\\\Response\\:\\:getHeaders\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/Response.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Services\\\\Response\\:\\:handleExceptionalHeaders\\(\\) has parameter \\$matches with no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/Response.php
-
message: "#^Call to an undefined static method Kanata\\\\LaravelBroadcaster\\\\Models\\\\Token\\:\\:byToken\\(\\)\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:__construct\\(\\) has parameter \\$wsPersistenceOptions with no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:addCookies\\(\\) has parameter \\$cookies with no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:addCookies\\(\\) has parameter \\$requestOptions with no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:addHeaders\\(\\) has parameter \\$headers with no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:addHeaders\\(\\) has parameter \\$requestOptions with no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:addServerInfo\\(\\) has parameter \\$requestOptions with no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:addServerInfo\\(\\) has parameter \\$serverInfo with no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:checkPathTrailingSlash\\(\\) has parameter \\$requestOptions with no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:executeRequest\\(\\) has parameter \\$requestOptions with no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:gatherRequestInfo\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:getPathInfo\\(\\) has parameter \\$serverInfo with no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:getServerConfig\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:prepareRequestOptions\\(\\) has parameter \\$cookies with no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:prepareRequestOptions\\(\\) has parameter \\$header with no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:prepareRequestOptions\\(\\) has parameter \\$serverInfo with no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:prepareRequestOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:processSecWebSocketKey\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Method JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:requestUriTweak\\(\\) has parameter \\$requestOptions with no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^PHPDoc tag @param has invalid value \\(array\\<GenericPersistence\\>\\|null \\$this\\-\\>wsPersistenceOptions\\)\\: Unexpected token \"\\$this\", expected variable at offset 272$#"
count: 1
path: src/Services/Server.php
-
message: "#^Parameter \\#2 \\$contents of static method Illuminate\\\\Support\\\\Facades\\\\Storage\\:\\:put\\(\\) expects Illuminate\\\\Http\\\\File\\|Illuminate\\\\Http\\\\UploadedFile\\|Psr\\\\Http\\\\Message\\\\StreamInterface\\|resource\\|string, int given\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Property JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:\\$manager is never read, only written\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Property JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:\\$wsPersistence \\(array\\<JackedPhp\\\\JackedServer\\\\Services\\\\GenericPersistenceInterface\\>\\) does not accept array\\<Conveyor\\\\Persistence\\\\Interfaces\\\\GenericPersistenceInterface\\>\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Property JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:\\$wsPersistence has unknown class JackedPhp\\\\JackedServer\\\\Services\\\\GenericPersistenceInterface as its type\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Property JackedPhp\\\\JackedServer\\\\Services\\\\Server\\:\\:\\$wsPersistenceOptions is never read, only written\\.$#"
count: 1
path: src/Services/Server.php
-
message: "#^Variable \\$cookies on left side of \\?\\? always exists and is not nullable\\.$#"
count: 1
path: src/Services/Server.php