-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
phpstan-baseline.neon
121 lines (102 loc) · 4.85 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
parameters:
ignoreErrors:
-
message: '#^Access to an undefined property React\\Socket\\ConnectionInterface\:\:\$stream\.$#'
identifier: property.notFound
count: 1
path: src/ReactPhpServer.php
-
message: '#^Cannot cast mixed to int\.$#'
identifier: cast.int
count: 1
path: src/ReactPhpServer.php
-
message: '#^Property BabDev\\WebSocket\\Server\\ReactPhpServer\:\:\$socket is never read, only written\.$#'
identifier: property.onlyWritten
count: 1
path: src/ReactPhpServer.php
-
message: '#^Parameter \#1 \$id of method Symfony\\Component\\HttpFoundation\\Session\\SessionInterface\:\:setId\(\) expects string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Session/Middleware/InitializeSession.php
-
message: '#^Offset 1 might not exist on array\{0\: string, 1\?\: numeric\-string\}\.$#'
identifier: offsetAccess.notFound
count: 1
path: src/Session/Reader/PhpReader.php
-
message: '#^Method BabDev\\WebSocket\\Server\\Session\\Reader\\PhpSerializeReader\:\:read\(\) should return array but returns mixed\.$#'
identifier: return.type
count: 1
path: src/Session/Reader/PhpSerializeReader.php
-
message: '#^Property BabDev\\WebSocket\\Server\\Session\\Storage\\Proxy\\ReadOnlySessionHandlerProxy\:\:\$sessionName \(string\) does not accept mixed\.$#'
identifier: assign.propertyType
count: 1
path: src/Session/Storage/Proxy/ReadOnlySessionHandlerProxy.php
-
message: '#^Property Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy\:\:\$saveHandlerName \(string\|null\) does not accept mixed\.$#'
identifier: assign.propertyType
count: 1
path: src/Session/Storage/Proxy/ReadOnlySessionHandlerProxy.php
-
message: '#^Call to an undefined method SessionHandlerInterface\|Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy\:\:getId\(\)\.$#'
identifier: method.notFound
count: 2
path: src/Session/Storage/ReadOnlyNativeSessionStorage.php
-
message: '#^Call to an undefined method SessionHandlerInterface\|Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy\:\:getName\(\)\.$#'
identifier: method.notFound
count: 2
path: src/Session/Storage/ReadOnlyNativeSessionStorage.php
-
message: '#^Call to an undefined method SessionHandlerInterface\|Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy\:\:isSessionHandlerInterface\(\)\.$#'
identifier: method.notFound
count: 2
path: src/Session/Storage/ReadOnlyNativeSessionStorage.php
-
message: '#^Call to an undefined method SessionHandlerInterface\|Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy\:\:isWrapper\(\)\.$#'
identifier: method.notFound
count: 2
path: src/Session/Storage/ReadOnlyNativeSessionStorage.php
-
message: '#^Call to an undefined method SessionHandlerInterface\|Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy\:\:open\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Session/Storage/ReadOnlyNativeSessionStorage.php
-
message: '#^Call to an undefined method SessionHandlerInterface\|Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy\:\:read\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Session/Storage/ReadOnlyNativeSessionStorage.php
-
message: '#^Call to an undefined method SessionHandlerInterface\|Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy\:\:setActive\(\)\.$#'
identifier: method.notFound
count: 2
path: src/Session/Storage/ReadOnlyNativeSessionStorage.php
-
message: '#^Call to an undefined method SessionHandlerInterface\|Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy\:\:setId\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Session/Storage/ReadOnlyNativeSessionStorage.php
-
message: '#^Parameter \#2 \.\.\.\$values of function sprintf expects bool\|float\|int\|string\|null, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Session/Storage/ReadOnlyNativeSessionStorage.php
-
message: '#^Parameter \#1 \$uri of method BabDev\\WebSocket\\Server\\WAMP\\WAMPConnection\:\:getUri\(\) expects string, array\<int\<0, max\>\|string, mixed\>\|bool\|string\|null given\.$#'
identifier: argument.type
count: 1
path: src/WAMP/Middleware/ParseWAMPMessage.php
-
message: '#^Parameter \#4 \$exclude of method BabDev\\WebSocket\\Server\\WAMPServerMiddleware\:\:onPublish\(\) expects list\<string\>, array\<int\<0, max\>\|string, mixed\> given\.$#'
identifier: argument.type
count: 1
path: src/WAMP/Middleware/ParseWAMPMessage.php
-
message: '#^Property BabDev\\WebSocket\\Server\\Tests\\ReactPhpServerTest\:\:\$server is never read, only written\.$#'
identifier: property.onlyWritten
count: 1
path: tests/ReactPhpServerTest.php