-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphpstan-baseline.neon
141 lines (114 loc) · 5.64 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
parameters:
ignoreErrors:
-
message: "#^Comparison operation \"\\>\" between 0 and 0 is always false\\.$#"
count: 1
path: helpers.php
-
message: "#^Call to an undefined static method Grizzlyware\\\\Salmon\\\\WHMCS\\\\Product\\\\ConfigurableOptions\\\\Group\\\\Option\\:\\:findOrFail\\(\\)\\.$#"
count: 1
path: lib/Helpers/ConfigurableOption.php
-
message: "#^Expression on left side of \\?\\? is not nullable\\.$#"
count: 1
path: lib/Helpers/Replay.php
-
message: "#^If condition is always true\\.$#"
count: 1
path: lib/Katapult/ParentOrganization.php
-
message: "#^Access to an undefined property Grizzlyware\\\\Salmon\\\\WHMCS\\\\Billing\\\\Currency\\:\\:\\$id\\.$#"
count: 1
path: lib/Katapult/Sync/ConfigurableOptions.php
-
message: "#^Access to an undefined property Grizzlyware\\\\Salmon\\\\WHMCS\\\\Product\\\\ConfigurableOptions\\\\Group\\:\\:\\$id\\.$#"
count: 1
path: lib/Katapult/Sync/ConfigurableOptions.php
-
message: "#^Access to an undefined property Grizzlyware\\\\Salmon\\\\WHMCS\\\\Product\\\\ConfigurableOptions\\\\Group\\:\\:\\$name\\.$#"
count: 1
path: lib/Katapult/Sync/ConfigurableOptions.php
-
message: "#^Access to an undefined property Grizzlyware\\\\Salmon\\\\WHMCS\\\\Product\\\\ConfigurableOptions\\\\Group\\\\Option\\:\\:\\$id\\.$#"
count: 2
path: lib/Katapult/Sync/ConfigurableOptions.php
-
message: "#^Access to an undefined property Grizzlyware\\\\Salmon\\\\WHMCS\\\\Product\\\\ConfigurableOptions\\\\Group\\\\Option\\:\\:\\$optionname\\.$#"
count: 1
path: lib/Katapult/Sync/ConfigurableOptions.php
-
message: "#^Access to an undefined property Grizzlyware\\\\Salmon\\\\WHMCS\\\\Product\\\\ConfigurableOptions\\\\Group\\\\Option\\:\\:\\$optiontype\\.$#"
count: 1
path: lib/Katapult/Sync/ConfigurableOptions.php
-
message: "#^Access to an undefined property Grizzlyware\\\\Salmon\\\\WHMCS\\\\Product\\\\ConfigurableOptions\\\\Group\\\\Option\\\\SubOption\\:\\:\\$id\\.$#"
count: 2
path: lib/Katapult/Sync/ConfigurableOptions.php
-
message: "#^Access to an undefined property Grizzlyware\\\\Salmon\\\\WHMCS\\\\Product\\\\ConfigurableOptions\\\\Group\\\\Option\\\\SubOption\\:\\:\\$optionname\\.$#"
count: 1
path: lib/Katapult/Sync/ConfigurableOptions.php
-
message: "#^Access to protected property Grizzlyware\\\\Salmon\\\\WHMCS\\\\Product\\\\ConfigurableOptions\\\\Group\\\\Option\\\\SubOption\\:\\:\\$hidden\\.$#"
count: 1
path: lib/Katapult/Sync/ConfigurableOptions.php
-
message: "#^Call to an undefined static method Grizzlyware\\\\Salmon\\\\WHMCS\\\\Product\\\\ConfigurableOptions\\\\Group\\:\\:find\\(\\)\\.$#"
count: 1
path: lib/Katapult/Sync/ConfigurableOptions.php
-
message: "#^Property Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:\\$hidden \\(array\\) does not accept int\\.$#"
count: 1
path: lib/Katapult/Sync/ConfigurableOptions.php
-
message: "#^Right side of && is always true\\.$#"
count: 1
path: lib/Katapult/Sync/VMBuilds.php
-
message: "#^Call to an undefined static method Grizzlyware\\\\Salmon\\\\WHMCS\\\\Helpers\\\\DataStore\\\\Item\\:\\:relType\\(\\)\\.$#"
count: 1
path: lib/WHMCS/Service/Service.php
-
message: "#^Access to an undefined property WHMCS\\\\Module\\\\Server\\\\Katapult\\\\WHMCS\\\\Service\\\\VirtualMachine\\:\\:\\$assignedips\\.$#"
count: 1
path: lib/WHMCS/Service/VirtualMachine.php
-
message: "#^Access to an undefined property WHMCS\\\\Module\\\\Server\\\\Katapult\\\\WHMCS\\\\Service\\\\VirtualMachine\\:\\:\\$dedicatedip\\.$#"
count: 1
path: lib/WHMCS/Service/VirtualMachine.php
-
message: "#^Access to an undefined property WHMCS\\\\Module\\\\Server\\\\Katapult\\\\WHMCS\\\\Service\\\\VirtualMachine\\:\\:\\$password\\.$#"
count: 1
path: lib/WHMCS/Service/VirtualMachine.php
-
message: "#^Access to an undefined property WHMCS\\\\Module\\\\Server\\\\Katapult\\\\WHMCS\\\\Service\\\\VirtualMachine\\:\\:\\$username\\.$#"
count: 1
path: lib/WHMCS/Service/VirtualMachine.php
-
message: "#^If condition is always true\\.$#"
count: 1
path: lib/WHMCS/Service/VirtualMachine.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: lib/WHMCS/Service/VirtualMachine.php
-
message: "#^Call to an undefined static method Grizzlyware\\\\Salmon\\\\WHMCS\\\\Helpers\\\\DataStore\\\\Item\\:\\:relType\\(\\)\\.$#"
count: 1
path: lib/WHMCS/User/Client.php
-
message: "#^Access to an undefined property WHMCS\\\\Module\\\\Server\\\\Katapult\\\\WhmcsModuleParams\\\\VMServerModuleParams\\:\\:\\$product\\.$#"
count: 1
path: lib/WhmcsModuleParams/VMServerModuleParams.php
-
message: "#^Call to an undefined static method Grizzlyware\\\\Salmon\\\\WHMCS\\\\Product\\\\ConfigurableOptions\\\\Group\\\\Option\\:\\:findOrFail\\(\\)\\.$#"
count: 1
path: lib/WhmcsModuleParams/VMServerModuleParams.php
-
message: "#^Property WHMCS\\\\Module\\\\Server\\\\Katapult\\\\WhmcsModuleParams\\\\VMServerModuleParams\\:\\:\\$client \\(WHMCS\\\\Module\\\\Server\\\\Katapult\\\\WHMCS\\\\User\\\\Client\\) does not accept Grizzlyware\\\\Salmon\\\\WHMCS\\\\User\\\\Client\\.$#"
count: 1
path: lib/WhmcsModuleParams/VMServerModuleParams.php
-
message: "#^Property WHMCS\\\\Module\\\\Server\\\\Katapult\\\\WhmcsModuleParams\\\\VMServerModuleParams\\:\\:\\$service \\(WHMCS\\\\Module\\\\Server\\\\Katapult\\\\WHMCS\\\\Service\\\\VirtualMachine\\) does not accept \\(Illuminate\\\\Database\\\\Eloquent\\\\Collection&iterable\\<Eloquent\\>\\)\\|Illuminate\\\\Database\\\\Eloquent\\\\Model\\.$#"
count: 1
path: lib/WhmcsModuleParams/VMServerModuleParams.php