-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathphpstan-baseline.neon
86 lines (70 loc) · 2.9 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
parameters:
ignoreErrors:
-
message: "#^Constructor of class Rindow\\\\Math\\\\Matrix\\\\Drivers\\\\MatlibPHP\\\\PhpBlas has an unused parameter \\$blas\\.$#"
count: 1
path: src/Drivers/MatlibPHP/PhpBlas.php
-
message: "#^Constructor of class Rindow\\\\Math\\\\Matrix\\\\Drivers\\\\MatlibPHP\\\\PhpBlas has an unused parameter \\$forceBlas\\.$#"
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\\.$#"
count: 1
path: src/Drivers/MatlibPHP/PhpBuffer.php
-
message: "#^Comparison operation \"\\>\\=\" between int\\<0, max\\> and 0 is always true\\.$#"
count: 1
path: src/Drivers/MatlibPHP/PhpLapack.php
-
message: "#^Constructor of class Rindow\\\\Math\\\\Matrix\\\\Drivers\\\\MatlibPHP\\\\PhpLapack has an unused parameter \\$forceLapack\\.$#"
count: 1
path: src/Drivers/MatlibPHP/PhpLapack.php
-
message: "#^Constructor of class Rindow\\\\Math\\\\Matrix\\\\Drivers\\\\MatlibPHP\\\\PhpLapack has an unused parameter \\$lapack\\.$#"
count: 1
path: src/Drivers/MatlibPHP/PhpLapack.php
-
message: "#^Comparison operation \"\\>\" between 2 and 1 is always true\\.$#"
count: 1
path: src/Drivers/MatlibPHP/PhpMath.php
-
message: "#^Constructor of class Rindow\\\\Math\\\\Matrix\\\\Drivers\\\\MatlibPHP\\\\PhpMath has an unused parameter \\$forceMath\\.$#"
count: 1
path: src/Drivers/MatlibPHP/PhpMath.php
-
message: "#^Constructor of class Rindow\\\\Math\\\\Matrix\\\\Drivers\\\\MatlibPHP\\\\PhpMath has an unused parameter \\$math\\.$#"
count: 1
path: src/Drivers/MatlibPHP/PhpMath.php
-
message: "#^Else branch is unreachable because previous condition is always true\\.$#"
count: 1
path: src/Drivers/MatlibPHP/PhpMath.php
-
message: "#^If condition is always false\\.$#"
count: 1
path: src/Drivers/MatlibPHP/PhpMath.php
-
message: "#^Call to an undefined method Interop\\\\Polite\\\\Math\\\\Matrix\\\\Buffer\\:\\:copy\\(\\)\\.$#"
count: 2
path: src/LinearAlgebraCL.php
-
message: "#^Call to an undefined method Interop\\\\Polite\\\\Math\\\\Matrix\\\\Buffer\\:\\:fill\\(\\)\\.$#"
count: 1
path: src/LinearAlgebraCL.php
-
message: "#^Call to an undefined method Interop\\\\Polite\\\\Math\\\\Matrix\\\\NDArray\\:\\:getEvents\\(\\)\\.$#"
count: 1
path: src/LinearAlgebraCL.php
-
message: "#^Call to an undefined method Interop\\\\Polite\\\\Math\\\\Matrix\\\\NDArray\\:\\:toNDArray\\(\\)\\.$#"
count: 1
path: src/LinearAlgebraCL.php
-
message: "#^Call to an undefined method Interop\\\\Polite\\\\Math\\\\Matrix\\\\NDArray\\:\\:valueSize\\(\\)\\.$#"
count: 1
path: src/LinearAlgebraCL.php
-
message: "#^Call to an undefined method Interop\\\\Polite\\\\Math\\\\Matrix\\\\NDArray\\:\\:serialize\\(\\)\\.$#"
count: 1
path: src/MatrixOperator.php