Passed
Pull Request — develop (#4)
by Stephen
04:51
created

NcentralClient::psaResolveCustomTicket()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 3
Code Lines 1

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
cc 1
eloc 1
c 1
b 0
f 0
nc 1
nop 1
dl 0
loc 3
rs 10
1
<?php
2
3
namespace Spinen\Nable\Ncentral;
4
5
use Spinen\Nable\Ncentral\Type;
6
use Phpro\SoapClient\Type\ResultInterface;
7
use Phpro\SoapClient\Exception\SoapException;
8
use Phpro\SoapClient\Type\RequestInterface;
9
10
class NcentralClient extends \Phpro\SoapClient\Client
11
{
12
13
    /**
14
     * @param RequestInterface|Type\ActiveIssuesList $parameters
15
     * @return ResultInterface|Type\ActiveIssuesListResponse
16
     * @throws SoapException
17
     */
18
    public function activeIssuesList(\Spinen\Nable\Ncentral\Type\ActiveIssuesList $parameters) : \Spinen\Nable\Ncentral\Type\ActiveIssuesListResponse
19
    {
20
        return $this->call('activeIssuesList', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('acti...suesList', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Ty...ctiveIssuesListResponse.
Loading history...
21
    }
22
23
    /**
24
     * @param RequestInterface|Type\CustomerAdd $parameters
25
     * @return ResultInterface|Type\CustomerAddResponse
26
     * @throws SoapException
27
     */
28
    public function customerAdd(\Spinen\Nable\Ncentral\Type\CustomerAdd $parameters) : \Spinen\Nable\Ncentral\Type\CustomerAddResponse
29
    {
30
        return $this->call('customerAdd', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('customerAdd', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Type\CustomerAddResponse.
Loading history...
31
    }
32
33
    /**
34
     * @param RequestInterface|Type\OrganizationPropertyList $parameters
35
     * @return ResultInterface|Type\OrganizationPropertyListResponse
36
     * @throws SoapException
37
     */
38
    public function organizationPropertyList(\Spinen\Nable\Ncentral\Type\OrganizationPropertyList $parameters) : \Spinen\Nable\Ncentral\Type\OrganizationPropertyListResponse
39
    {
40
        return $this->call('organizationPropertyList', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('orga...ertyList', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Ty...ionPropertyListResponse.
Loading history...
41
    }
42
43
    /**
44
     * @param RequestInterface|Type\AccessGroupAdd $parameters
45
     * @return ResultInterface|Type\AccessGroupAddResponse
46
     * @throws SoapException
47
     */
48
    public function accessGroupAdd(\Spinen\Nable\Ncentral\Type\AccessGroupAdd $parameters) : \Spinen\Nable\Ncentral\Type\AccessGroupAddResponse
49
    {
50
        return $this->call('accessGroupAdd', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('accessGroupAdd', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Type\AccessGroupAddResponse.
Loading history...
51
    }
52
53
    /**
54
     * @param RequestInterface|Type\LastExportReset $parameters
55
     * @return ResultInterface|Type\LastExportResetResponse
56
     * @throws SoapException
57
     */
58
    public function lastExportReset(\Spinen\Nable\Ncentral\Type\LastExportReset $parameters) : \Spinen\Nable\Ncentral\Type\LastExportResetResponse
59
    {
60
        return $this->call('lastExportReset', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('last...ortReset', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Type\LastExportResetResponse.
Loading history...
61
    }
62
63
    /**
64
     * @param RequestInterface|Type\UserRoleList $parameters
65
     * @return ResultInterface|Type\UserRoleListResponse
66
     * @throws SoapException
67
     */
68
    public function userRoleList(\Spinen\Nable\Ncentral\Type\UserRoleList $parameters) : \Spinen\Nable\Ncentral\Type\UserRoleListResponse
69
    {
70
        return $this->call('userRoleList', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('userRoleList', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Type\UserRoleListResponse.
Loading history...
71
    }
72
73
    /**
74
     * @param RequestInterface|Type\DeviceGetStatus $parameters
75
     * @return ResultInterface|Type\DeviceGetStatusResponse
76
     * @throws SoapException
77
     */
78
    public function deviceGetStatus(\Spinen\Nable\Ncentral\Type\DeviceGetStatus $parameters) : \Spinen\Nable\Ncentral\Type\DeviceGetStatusResponse
79
    {
80
        return $this->call('deviceGetStatus', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('devi...etStatus', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Type\DeviceGetStatusResponse.
Loading history...
81
    }
82
83
    /**
84
     * @param RequestInterface|Type\PsaCreateCustomTicket $parameters
85
     * @return ResultInterface|Type\PsaCreateCustomTicketResponse
86
     * @throws SoapException
87
     */
88
    public function psaCreateCustomTicket(\Spinen\Nable\Ncentral\Type\PsaCreateCustomTicket $parameters) : \Spinen\Nable\Ncentral\Type\PsaCreateCustomTicketResponse
89
    {
90
        return $this->call('psaCreateCustomTicket', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('psaC...omTicket', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Ty...ateCustomTicketResponse.
Loading history...
91
    }
92
93
    /**
94
     * @param RequestInterface|Type\AccessGroupList $parameters
95
     * @return ResultInterface|Type\AccessGroupListResponse
96
     * @throws SoapException
97
     */
98
    public function accessGroupList(\Spinen\Nable\Ncentral\Type\AccessGroupList $parameters) : \Spinen\Nable\Ncentral\Type\AccessGroupListResponse
99
    {
100
        return $this->call('accessGroupList', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('acce...roupList', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Type\AccessGroupListResponse.
Loading history...
101
    }
102
103
    /**
104
     * @param RequestInterface|Type\SOAdd $parameters
105
     * @return ResultInterface|Type\SOAddResponse
106
     * @throws SoapException
107
     */
108
    public function sOAdd(\Spinen\Nable\Ncentral\Type\SOAdd $parameters) : \Spinen\Nable\Ncentral\Type\SOAddResponse
109
    {
110
        return $this->call('SOAdd', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('SOAdd', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Type\SOAddResponse.
Loading history...
111
    }
112
113
    /**
114
     * @param RequestInterface|Type\UserRoleAdd $parameters
115
     * @return ResultInterface|Type\UserRoleAddResponse
116
     * @throws SoapException
117
     */
118
    public function userRoleAdd(\Spinen\Nable\Ncentral\Type\UserRoleAdd $parameters) : \Spinen\Nable\Ncentral\Type\UserRoleAddResponse
119
    {
120
        return $this->call('userRoleAdd', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('userRoleAdd', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Type\UserRoleAddResponse.
Loading history...
121
    }
122
123
    /**
124
     * @param RequestInterface|Type\CustomerDelete $parameters
125
     * @return ResultInterface|Type\CustomerDeleteResponse
126
     * @throws SoapException
127
     */
128
    public function customerDelete(\Spinen\Nable\Ncentral\Type\CustomerDelete $parameters) : \Spinen\Nable\Ncentral\Type\CustomerDeleteResponse
129
    {
130
        return $this->call('customerDelete', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('customerDelete', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Type\CustomerDeleteResponse.
Loading history...
131
    }
132
133
    /**
134
     * @param RequestInterface|Type\OrganizationPropertyModify $parameters
135
     * @return ResultInterface|Type\OrganizationPropertyModifyResponse
136
     * @throws SoapException
137
     */
138
    public function organizationPropertyModify(\Spinen\Nable\Ncentral\Type\OrganizationPropertyModify $parameters) : \Spinen\Nable\Ncentral\Type\OrganizationPropertyModifyResponse
139
    {
140
        return $this->call('organizationPropertyModify', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('orga...tyModify', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Ty...nPropertyModifyResponse.
Loading history...
141
    }
142
143
    /**
144
     * @param RequestInterface|Type\DeviceList $parameters
145
     * @return ResultInterface|Type\DeviceListResponse
146
     * @throws SoapException
147
     */
148
    public function deviceList(\Spinen\Nable\Ncentral\Type\DeviceList $parameters) : \Spinen\Nable\Ncentral\Type\DeviceListResponse
149
    {
150
        return $this->call('deviceList', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('deviceList', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Type\DeviceListResponse.
Loading history...
151
    }
152
153
    /**
154
     * @param RequestInterface|Type\JobStatusList $parameters
155
     * @return ResultInterface|Type\JobStatusListResponse
156
     * @throws SoapException
157
     */
158
    public function jobStatusList(\Spinen\Nable\Ncentral\Type\JobStatusList $parameters) : \Spinen\Nable\Ncentral\Type\JobStatusListResponse
159
    {
160
        return $this->call('jobStatusList', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('jobStatusList', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Type\JobStatusListResponse.
Loading history...
161
    }
162
163
    /**
164
     * @param RequestInterface|Type\CustomerModify $parameters
165
     * @return ResultInterface|Type\CustomerModifyResponse
166
     * @throws SoapException
167
     */
168
    public function customerModify(\Spinen\Nable\Ncentral\Type\CustomerModify $parameters) : \Spinen\Nable\Ncentral\Type\CustomerModifyResponse
169
    {
170
        return $this->call('customerModify', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('customerModify', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Type\CustomerModifyResponse.
Loading history...
171
    }
172
173
    /**
174
     * @param RequestInterface|Type\DeviceAssetInfoExportDevice $parameters
175
     * @return ResultInterface|Type\DeviceAssetInfoExportDeviceResponse
176
     * @throws SoapException
177
     */
178
    public function deviceAssetInfoExportDevice(\Spinen\Nable\Ncentral\Type\DeviceAssetInfoExportDevice $parameters) : \Spinen\Nable\Ncentral\Type\DeviceAssetInfoExportDeviceResponse
179
    {
180
        return $this->call('deviceAssetInfoExportDevice', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('devi...rtDevice', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Ty...nfoExportDeviceResponse.
Loading history...
181
    }
182
183
    /**
184
     * @param RequestInterface|Type\UserRoleGet $parameters
185
     * @return ResultInterface|Type\UserRoleGetResponse
186
     * @throws SoapException
187
     */
188
    public function userRoleGet(\Spinen\Nable\Ncentral\Type\UserRoleGet $parameters) : \Spinen\Nable\Ncentral\Type\UserRoleGetResponse
189
    {
190
        return $this->call('userRoleGet', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('userRoleGet', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Type\UserRoleGetResponse.
Loading history...
191
    }
192
193
    /**
194
     * @param RequestInterface|Type\TaskPauseMonitoring $parameters
195
     * @return ResultInterface|Type\TaskPauseMonitoringResponse
196
     * @throws SoapException
197
     */
198
    public function taskPauseMonitoring(\Spinen\Nable\Ncentral\Type\TaskPauseMonitoring $parameters) : \Spinen\Nable\Ncentral\Type\TaskPauseMonitoringResponse
199
    {
200
        return $this->call('taskPauseMonitoring', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('task...nitoring', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Ty...PauseMonitoringResponse.
Loading history...
201
    }
202
203
    /**
204
     * @param RequestInterface|Type\PsaCredentialsValidate $parameters
205
     * @return ResultInterface|Type\PsaCredentialsValidateResponse
206
     * @throws SoapException
207
     */
208
    public function psaCredentialsValidate(\Spinen\Nable\Ncentral\Type\PsaCredentialsValidate $parameters) : \Spinen\Nable\Ncentral\Type\PsaCredentialsValidateResponse
209
    {
210
        return $this->call('psaCredentialsValidate', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('psaC...Validate', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Ty...entialsValidateResponse.
Loading history...
211
    }
212
213
    /**
214
     * @param RequestInterface|Type\DeviceGet $parameters
215
     * @return ResultInterface|Type\DeviceGetResponse
216
     * @throws SoapException
217
     */
218
    public function deviceGet(\Spinen\Nable\Ncentral\Type\DeviceGet $parameters) : \Spinen\Nable\Ncentral\Type\DeviceGetResponse
219
    {
220
        return $this->call('deviceGet', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('deviceGet', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Type\DeviceGetResponse.
Loading history...
221
    }
222
223
    /**
224
     * @param RequestInterface|Type\PsaGetCustomTicket $parameters
225
     * @return ResultInterface|Type\PsaGetCustomTicketResponse
226
     * @throws SoapException
227
     */
228
    public function psaGetCustomTicket(\Spinen\Nable\Ncentral\Type\PsaGetCustomTicket $parameters) : \Spinen\Nable\Ncentral\Type\PsaGetCustomTicketResponse
229
    {
230
        return $this->call('psaGetCustomTicket', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('psaG...omTicket', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Ty...GetCustomTicketResponse.
Loading history...
231
    }
232
233
    /**
234
     * @param RequestInterface|Type\VersionInfoGet $parameters
235
     * @return ResultInterface|Type\VersionInfoGetResponse
236
     * @throws SoapException
237
     */
238
    public function versionInfoGet(\Spinen\Nable\Ncentral\Type\VersionInfoGet $parameters) : \Spinen\Nable\Ncentral\Type\VersionInfoGetResponse
239
    {
240
        return $this->call('versionInfoGet', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('versionInfoGet', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Type\VersionInfoGetResponse.
Loading history...
241
    }
242
243
    /**
244
     * @param RequestInterface|Type\AcknowledgeNotification $parameters
245
     * @return ResultInterface|Type\AcknowledgeNotificationResponse
246
     * @throws SoapException
247
     */
248
    public function acknowledgeNotification(\Spinen\Nable\Ncentral\Type\AcknowledgeNotification $parameters) : \Spinen\Nable\Ncentral\Type\AcknowledgeNotificationResponse
249
    {
250
        return $this->call('acknowledgeNotification', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('ackn...fication', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Ty...dgeNotificationResponse.
Loading history...
251
    }
252
253
    /**
254
     * @param RequestInterface|Type\UserAdd $parameters
255
     * @return ResultInterface|Type\UserAddResponse
256
     * @throws SoapException
257
     */
258
    public function userAdd(\Spinen\Nable\Ncentral\Type\UserAdd $parameters) : \Spinen\Nable\Ncentral\Type\UserAddResponse
259
    {
260
        return $this->call('userAdd', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('userAdd', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Type\UserAddResponse.
Loading history...
261
    }
262
263
    /**
264
     * @param RequestInterface|Type\DevicePropertyModify $parameters
265
     * @return ResultInterface|Type\DevicePropertyModifyResponse
266
     * @throws SoapException
267
     */
268
    public function devicePropertyModify(\Spinen\Nable\Ncentral\Type\DevicePropertyModify $parameters) : \Spinen\Nable\Ncentral\Type\DevicePropertyModifyResponse
269
    {
270
        return $this->call('devicePropertyModify', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('devi...tyModify', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Ty...ePropertyModifyResponse.
Loading history...
271
    }
272
273
    /**
274
     * @param RequestInterface|Type\PsaReopenCustomTicket $parameters
275
     * @return ResultInterface|Type\PsaReopenCustomTicketResponse
276
     * @throws SoapException
277
     */
278
    public function psaReopenCustomTicket(\Spinen\Nable\Ncentral\Type\PsaReopenCustomTicket $parameters) : \Spinen\Nable\Ncentral\Type\PsaReopenCustomTicketResponse
279
    {
280
        return $this->call('psaReopenCustomTicket', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('psaR...omTicket', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Ty...penCustomTicketResponse.
Loading history...
281
    }
282
283
    /**
284
     * @param RequestInterface|Type\TaskResumeMonitoring $parameters
285
     * @return ResultInterface|Type\TaskResumeMonitoringResponse
286
     * @throws SoapException
287
     */
288
    public function taskResumeMonitoring(\Spinen\Nable\Ncentral\Type\TaskResumeMonitoring $parameters) : \Spinen\Nable\Ncentral\Type\TaskResumeMonitoringResponse
289
    {
290
        return $this->call('taskResumeMonitoring', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('task...nitoring', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Ty...esumeMonitoringResponse.
Loading history...
291
    }
292
293
    /**
294
     * @param RequestInterface|Type\CustomerListChildren $parameters
295
     * @return ResultInterface|Type\CustomerListChildrenResponse
296
     * @throws SoapException
297
     */
298
    public function customerListChildren(\Spinen\Nable\Ncentral\Type\CustomerListChildren $parameters) : \Spinen\Nable\Ncentral\Type\CustomerListChildrenResponse
299
    {
300
        return $this->call('customerListChildren', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('cust...Children', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Ty...merListChildrenResponse.
Loading history...
301
    }
302
303
    /**
304
     * @param RequestInterface|Type\AccessGroupGet $parameters
305
     * @return ResultInterface|Type\AccessGroupGetResponse
306
     * @throws SoapException
307
     */
308
    public function accessGroupGet(\Spinen\Nable\Ncentral\Type\AccessGroupGet $parameters) : \Spinen\Nable\Ncentral\Type\AccessGroupGetResponse
309
    {
310
        return $this->call('accessGroupGet', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('accessGroupGet', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Type\AccessGroupGetResponse.
Loading history...
311
    }
312
313
    /**
314
     * @param RequestInterface|Type\DeviceAssetInfoExportDeviceWithSettings $parameters
315
     * @return ResultInterface|Type\DeviceAssetInfoExportDeviceWithSettingsResponse
316
     * @throws SoapException
317
     */
318
    public function deviceAssetInfoExportDeviceWithSettings(\Spinen\Nable\Ncentral\Type\DeviceAssetInfoExportDeviceWithSettings $parameters) : \Spinen\Nable\Ncentral\Type\DeviceAssetInfoExportDeviceWithSettingsResponse
319
    {
320
        return $this->call('deviceAssetInfoExportDeviceWithSettings', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('devi...Settings', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Ty...iceWithSettingsResponse.
Loading history...
321
    }
322
323
    /**
324
     * @param RequestInterface|Type\DevicePropertyList $parameters
325
     * @return ResultInterface|Type\DevicePropertyListResponse
326
     * @throws SoapException
327
     */
328
    public function devicePropertyList(\Spinen\Nable\Ncentral\Type\DevicePropertyList $parameters) : \Spinen\Nable\Ncentral\Type\DevicePropertyListResponse
329
    {
330
        return $this->call('devicePropertyList', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('devi...ertyList', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Ty...icePropertyListResponse.
Loading history...
331
    }
332
333
    /**
334
     * @param RequestInterface|Type\CustomerList $parameters
335
     * @return ResultInterface|Type\CustomerListResponse
336
     * @throws SoapException
337
     */
338
    public function customerList(\Spinen\Nable\Ncentral\Type\CustomerList $parameters) : \Spinen\Nable\Ncentral\Type\CustomerListResponse
339
    {
340
        return $this->call('customerList', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('customerList', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Type\CustomerListResponse.
Loading history...
341
    }
342
343
    /**
344
     * @param RequestInterface|Type\PsaResolveCustomTicket $parameters
345
     * @return ResultInterface|Type\PsaResolveCustomTicketResponse
346
     * @throws SoapException
347
     */
348
    public function psaResolveCustomTicket(\Spinen\Nable\Ncentral\Type\PsaResolveCustomTicket $parameters) : \Spinen\Nable\Ncentral\Type\PsaResolveCustomTicketResponse
349
    {
350
        return $this->call('psaResolveCustomTicket', $parameters);
1 ignored issue
show
Bug Best Practice introduced by
The expression return $this->call('psaR...omTicket', $parameters) returns the type Phpro\SoapClient\Type\ResultInterface which includes types incompatible with the type-hinted return Spinen\Nable\Ncentral\Ty...lveCustomTicketResponse.
Loading history...
351
    }
352
353
354
}
355
356