-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
121 lines (102 loc) · 4.99 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
121 lines (102 loc) · 4.99 KB
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: '#^Property D3strukt0r\\Votifier\\Client\\Server\\GenericServer\:\:\$host \(string\) in isset\(\) is not nullable\.$#'
identifier: isset.property
count: 1
path: src/Server/Votifier.php
-
message: '#^Property D3strukt0r\\Votifier\\Client\\Server\\GenericServer\:\:\$port \(int\) in isset\(\) is not nullable\.$#'
identifier: isset.property
count: 1
path: src/Server/Votifier.php
-
message: '#^Property D3strukt0r\\Votifier\\Client\\Server\\GenericServer\:\:\$publicKey \(string\) in isset\(\) is not nullable\.$#'
identifier: isset.property
count: 2
path: src/Server/Votifier.php
-
message: '#^Property D3strukt0r\\Votifier\\Client\\Server\\GenericServerTypeTest\:\:\$object \(D3strukt0r\\Votifier\\Client\\Server\\GenericServer\) does not accept null\.$#'
identifier: assign.propertyType
count: 1
path: tests/Server/GenericServerTypeTest.php
-
message: '#^Strict comparison using \!\=\= between array\<int\<0, max\>\|string, D3strukt0r\\Votifier\\Client\\Vote\\VoteInterface\> and null will always evaluate to true\.$#'
identifier: notIdentical.alwaysTrue
count: 1
path: tests/Server/GenericServerTypeTest.php
-
message: '#^Method D3strukt0r\\Votifier\\Client\\Server\\NuVotifierTest\:\:checkRequiredVariablesForPackageProvider\(\) return type has no value type specified in iterable type iterable\.$#'
identifier: missingType.iterableValue
count: 1
path: tests/Server/NuVotifierTest.php
-
message: '#^Method D3strukt0r\\Votifier\\Client\\Server\\NuVotifierTest\:\:notVotifierExceptionProvider\(\) return type has no value type specified in iterable type iterable\.$#'
identifier: missingType.iterableValue
count: 1
path: tests/Server/NuVotifierTest.php
-
message: '#^Method D3strukt0r\\Votifier\\Client\\Server\\NuVotifierTest\:\:nuVotifierResponseAfterSendVoteProvider\(\) return type has no value type specified in iterable type iterable\.$#'
identifier: missingType.iterableValue
count: 1
path: tests/Server/NuVotifierTest.php
-
message: '#^Property D3strukt0r\\Votifier\\Client\\Server\\NuVotifierTest\:\:\$nuvotifier \(D3strukt0r\\Votifier\\Client\\Server\\NuVotifier\) does not accept null\.$#'
identifier: assign.propertyType
count: 1
path: tests/Server/NuVotifierTest.php
-
message: '#^Property D3strukt0r\\Votifier\\Client\\Server\\NuVotifierTest\:\:\$nuvotifierV2 \(D3strukt0r\\Votifier\\Client\\Server\\NuVotifier\) does not accept null\.$#'
identifier: assign.propertyType
count: 1
path: tests/Server/NuVotifierTest.php
-
message: '#^Property D3strukt0r\\Votifier\\Client\\Server\\NuVotifierTest\:\:\$socketStub \(D3strukt0r\\Votifier\\Client\\Socket&PHPUnit\\Framework\\MockObject\\Stub\) does not accept null\.$#'
identifier: assign.propertyType
count: 1
path: tests/Server/NuVotifierTest.php
-
message: '#^Result of method D3strukt0r\\Votifier\\Client\\Server\\NuVotifier\:\:sendVote\(\) \(void\) is used\.$#'
identifier: method.void
count: 2
path: tests/Server/NuVotifierTest.php
-
message: '#^Result of method D3strukt0r\\Votifier\\Client\\Server\\NuVotifier\:\:verifyConnection\(\) \(void\) is used\.$#'
identifier: method.void
count: 1
path: tests/Server/NuVotifierTest.php
-
message: '#^Method D3strukt0r\\Votifier\\Client\\Server\\VotifierTest\:\:checkRequiredVariablesForPackageProvider\(\) return type has no value type specified in iterable type iterable\.$#'
identifier: missingType.iterableValue
count: 1
path: tests/Server/VotifierTest.php
-
message: '#^Method D3strukt0r\\Votifier\\Client\\Server\\VotifierTest\:\:checkRequiredVariablesForSocketProvider\(\) return type has no value type specified in iterable type iterable\.$#'
identifier: missingType.iterableValue
count: 1
path: tests/Server/VotifierTest.php
-
message: '#^Property D3strukt0r\\Votifier\\Client\\Server\\VotifierTest\:\:\$socketStub \(D3strukt0r\\Votifier\\Client\\Socket&PHPUnit\\Framework\\MockObject\\Stub\) does not accept null\.$#'
identifier: assign.propertyType
count: 1
path: tests/Server/VotifierTest.php
-
message: '#^Property D3strukt0r\\Votifier\\Client\\Server\\VotifierTest\:\:\$votifier \(D3strukt0r\\Votifier\\Client\\Server\\Votifier\) does not accept null\.$#'
identifier: assign.propertyType
count: 1
path: tests/Server/VotifierTest.php
-
message: '#^Result of method D3strukt0r\\Votifier\\Client\\Server\\Votifier\:\:sendVote\(\) \(void\) is used\.$#'
identifier: method.void
count: 1
path: tests/Server/VotifierTest.php
-
message: '#^Result of method D3strukt0r\\Votifier\\Client\\Server\\Votifier\:\:verifyConnection\(\) \(void\) is used\.$#'
identifier: method.void
count: 1
path: tests/Server/VotifierTest.php
-
message: '#^Property D3strukt0r\\Votifier\\Client\\Vote\\ClassicVoteTest\:\:\$object \(D3strukt0r\\Votifier\\Client\\Vote\\ClassicVote\) does not accept null\.$#'
identifier: assign.propertyType
count: 1
path: tests/Vote/ClassicVoteTest.php