-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathphpstan-baseline.neon
133 lines (112 loc) · 4.45 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
parameters:
ignoreErrors:
-
message: '#^Constructor of class Rindow\\Math\\Matrix\\Drivers\\MatlibPHP\\PhpBlas has an unused parameter \$blas\.$#'
identifier: constructor.unusedParameter
count: 1
path: src/Drivers/MatlibPHP/PhpBlas.php
-
message: '#^Constructor of class Rindow\\Math\\Matrix\\Drivers\\MatlibPHP\\PhpBlas has an unused parameter \$forceBlas\.$#'
identifier: constructor.unusedParameter
count: 1
path: src/Drivers/MatlibPHP/PhpBlas.php
-
message: '#^Class SplFixedArray specifies template type TKey of interface ArrayAccess as int but it''s already specified as mixed\.$#'
identifier: generics.interfaceConflict
count: 1
path: src/Drivers/MatlibPHP/PhpBuffer.php
-
message: '#^Comparison operation "\>\=" between int\<0, max\> and 0 is always true\.$#'
identifier: greaterOrEqual.alwaysTrue
count: 1
path: src/Drivers/MatlibPHP/PhpLapack.php
-
message: '#^Constructor of class Rindow\\Math\\Matrix\\Drivers\\MatlibPHP\\PhpLapack has an unused parameter \$forceLapack\.$#'
identifier: constructor.unusedParameter
count: 1
path: src/Drivers/MatlibPHP/PhpLapack.php
-
message: '#^Constructor of class Rindow\\Math\\Matrix\\Drivers\\MatlibPHP\\PhpLapack has an unused parameter \$lapack\.$#'
identifier: constructor.unusedParameter
count: 1
path: src/Drivers/MatlibPHP/PhpLapack.php
-
message: '#^Comparison operation "\>" between 2 and 1 is always true\.$#'
identifier: greater.alwaysTrue
count: 1
path: src/Drivers/MatlibPHP/PhpMath.php
-
message: '#^Constructor of class Rindow\\Math\\Matrix\\Drivers\\MatlibPHP\\PhpMath has an unused parameter \$forceMath\.$#'
identifier: constructor.unusedParameter
count: 1
path: src/Drivers/MatlibPHP/PhpMath.php
-
message: '#^Constructor of class Rindow\\Math\\Matrix\\Drivers\\MatlibPHP\\PhpMath has an unused parameter \$math\.$#'
identifier: constructor.unusedParameter
count: 1
path: src/Drivers/MatlibPHP/PhpMath.php
-
message: '#^If condition is always false\.$#'
identifier: if.alwaysFalse
count: 1
path: src/Drivers/MatlibPHP/PhpMath.php
-
message: '#^Instanceof between Interop\\Polite\\Math\\Matrix\\NDArray and Interop\\Polite\\Math\\Matrix\\NDArray will always evaluate to true\.$#'
identifier: instanceof.alwaysTrue
count: 4
path: src/LinearAlgebra.php
-
message: '#^Call to an undefined method Interop\\Polite\\Math\\Matrix\\Buffer\:\:copy\(\)\.$#'
identifier: method.notFound
count: 2
path: src/LinearAlgebraCL.php
-
message: '#^Call to an undefined method Interop\\Polite\\Math\\Matrix\\Buffer\:\:fill\(\)\.$#'
identifier: method.notFound
count: 1
path: src/LinearAlgebraCL.php
-
message: '#^Call to an undefined method Interop\\Polite\\Math\\Matrix\\NDArray\:\:getEvents\(\)\.$#'
identifier: method.notFound
count: 1
path: src/LinearAlgebraCL.php
-
message: '#^Call to an undefined method Interop\\Polite\\Math\\Matrix\\NDArray\:\:toNDArray\(\)\.$#'
identifier: method.notFound
count: 1
path: src/LinearAlgebraCL.php
-
message: '#^Call to an undefined method Interop\\Polite\\Math\\Matrix\\NDArray\:\:valueSize\(\)\.$#'
identifier: method.notFound
count: 1
path: src/LinearAlgebraCL.php
-
message: '#^Instanceof between Interop\\Polite\\Math\\Matrix\\NDArray and Interop\\Polite\\Math\\Matrix\\NDArray will always evaluate to true\.$#'
identifier: instanceof.alwaysTrue
count: 4
path: src/LinearAlgebraCL.php
-
message: '#^Call to an undefined method Interop\\Polite\\Math\\Matrix\\NDArray\:\:serialize\(\)\.$#'
identifier: method.notFound
count: 1
path: src/MatrixOperator.php
-
message: '#^Instanceof between Interop\\Polite\\Math\\Matrix\\NDArray and Interop\\Polite\\Math\\Matrix\\NDArray will always evaluate to true\.$#'
identifier: instanceof.alwaysTrue
count: 1
path: src/MatrixOperator.php
-
message: '#^Call to function is_numeric\(\) with int will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 2
path: src/NDArrayCL.php
-
message: '#^Instanceof between Interop\\Polite\\Math\\Matrix\\DeviceBuffer and Interop\\Polite\\Math\\Matrix\\DeviceBuffer will always evaluate to true\.$#'
identifier: instanceof.alwaysTrue
count: 1
path: src/NDArrayCL.php
-
message: '#^Call to function is_numeric\(\) with int will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 2
path: src/NDArrayPhp.php