-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
626 lines (502 loc) · 30.2 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
parameters:
ignoreErrors:
-
message: "#^Method Tool\\:\\:run\\(\\) has parameter \\$args with no value type specified in iterable type array\\.$#"
count: 1
path: bin/utils.php
-
message: "#^Method Tool\\:\\:run\\(\\) has parameter \\$env with no value type specified in iterable type array\\.$#"
count: 1
path: bin/utils.php
-
message: "#^Negated boolean expression is always true\\.$#"
count: 1
path: examples/events.php
-
message: "#^Parameter \\#1 \\$callback of method SoureCode\\\\OBS\\\\BaseClient\\:\\:on\\(\\) expects callable\\(SoureCode\\\\OBS\\\\WebSocket\\\\OBSMessage, SoureCode\\\\OBS\\\\BaseClient, WebSocket\\\\Client, WebSocket\\\\Connection, WebSocket\\\\Message\\\\Message\\)\\: void, Closure\\(SoureCode\\\\OBS\\\\WebSocket\\\\OBSMessage, SoureCode\\\\OBS\\\\Client\\)\\: void given\\.$#"
count: 1
path: examples/subscription.php
-
message: "#^Method SoureCode\\\\OBS\\\\Generator\\\\Attribute\\:\\:__construct\\(\\) has parameter \\$args with no value type specified in iterable type array\\.$#"
count: 1
path: lib/Attribute.php
-
message: "#^Method SoureCode\\\\OBS\\\\Generator\\\\Attribute\\:\\:create\\(\\) has parameter \\$args with no value type specified in iterable type array\\.$#"
count: 1
path: lib/Attribute.php
-
message: "#^Parameter \\#1 \\$name of method PhpParser\\\\BuilderFactory\\:\\:attribute\\(\\) expects PhpParser\\\\Node\\\\Name\\|string, string\\|null given\\.$#"
count: 1
path: lib/Attribute.php
-
message: "#^Method SoureCode\\\\OBS\\\\Generator\\\\ClassGenerator\\:\\:doCountAttribute\\(\\) has parameter \\$attributes with no value type specified in iterable type array\\.$#"
count: 1
path: lib/ClassGenerator.php
-
message: "#^Method SoureCode\\\\OBS\\\\Generator\\\\ClassGenerator\\:\\:generate\\(\\) has no return type specified\\.$#"
count: 1
path: lib/ClassGenerator.php
-
message: "#^Method SoureCode\\\\OBS\\\\Generator\\\\ClassGenerator\\:\\:getReference\\(\\) should return class\\-string but returns string\\.$#"
count: 1
path: lib/ClassGenerator.php
-
message: "#^Parameter \\#1 \\$class of method PhpParser\\\\Builder\\\\Class_\\:\\:extend\\(\\) expects PhpParser\\\\Node\\\\Name\\|string, string\\|null given\\.$#"
count: 1
path: lib/ClassGenerator.php
-
message: "#^Parameter \\#1 \\$name of static method SoureCode\\\\OBS\\\\Generator\\\\Utils\\:\\:resolveClassShorthand\\(\\) expects class\\-string, string given\\.$#"
count: 2
path: lib/ClassGenerator.php
-
message: "#^Parameter \\#1 \\$stmt of method PhpParser\\\\Builder\\\\Class_\\:\\:addStmt\\(\\) expects PhpParser\\\\Builder\\|PhpParser\\\\Node\\\\Stmt, PhpParser\\\\Node given\\.$#"
count: 1
path: lib/ClassGenerator.php
-
message: "#^Parameter \\#1 \\.\\.\\.\\$interfaces of method PhpParser\\\\Builder\\\\Class_\\:\\:implement\\(\\) expects PhpParser\\\\Node\\\\Name\\|string, string\\|null given\\.$#"
count: 1
path: lib/ClassGenerator.php
-
message: "#^Class JetBrains\\\\PhpStorm\\\\Deprecated not found\\.$#"
count: 1
path: lib/EnumCase.php
-
message: "#^Method SoureCode\\\\OBS\\\\Generator\\\\EnumCase\\:\\:doCountAttribute\\(\\) has parameter \\$attributes with no value type specified in iterable type array\\.$#"
count: 1
path: lib/EnumCase.php
-
message: "#^Method SoureCode\\\\OBS\\\\Generator\\\\EnumCase\\:\\:generate\\(\\) has no return type specified\\.$#"
count: 1
path: lib/EnumCase.php
-
message: "#^Method SoureCode\\\\OBS\\\\Generator\\\\EnumCase\\:\\:parseValue\\(\\) has no return type specified\\.$#"
count: 1
path: lib/EnumCase.php
-
message: "#^Strict comparison using \\=\\=\\= between class\\-string and 'Deprecated' will always evaluate to false\\.$#"
count: 1
path: lib/EnumCase.php
-
message: "#^Class JetBrains\\\\PhpStorm\\\\Deprecated not found\\.$#"
count: 2
path: lib/EnumGenerator.php
-
message: "#^Method SoureCode\\\\OBS\\\\Generator\\\\EnumGenerator\\:\\:doCountAttribute\\(\\) has parameter \\$attributes with no value type specified in iterable type array\\.$#"
count: 1
path: lib/EnumGenerator.php
-
message: "#^Class JetBrains\\\\PhpStorm\\\\Deprecated not found\\.$#"
count: 1
path: lib/EventGenerator.php
-
message: "#^Method SoureCode\\\\OBS\\\\Generator\\\\EventGenerator\\:\\:fromProtocol\\(\\) has parameter \\$protocol with no value type specified in iterable type array\\.$#"
count: 1
path: lib/EventGenerator.php
-
message: "#^Parameter \\#1 \\$className of static method SoureCode\\\\OBS\\\\Generator\\\\Property\\:\\:fromEventProtocol\\(\\) expects class\\-string, string given\\.$#"
count: 1
path: lib/EventGenerator.php
-
message: "#^Method SoureCode\\\\OBS\\\\Generator\\\\Property\\:\\:doCountAttribute\\(\\) has parameter \\$attributes with no value type specified in iterable type array\\.$#"
count: 1
path: lib/Property.php
-
message: "#^Method SoureCode\\\\OBS\\\\Generator\\\\Property\\:\\:fromEventProtocol\\(\\) has parameter \\$protocol with no value type specified in iterable type array\\.$#"
count: 1
path: lib/Property.php
-
message: "#^Method SoureCode\\\\OBS\\\\Generator\\\\Property\\:\\:fromRequestProtocol\\(\\) has parameter \\$protocol with no value type specified in iterable type array\\.$#"
count: 1
path: lib/Property.php
-
message: "#^Parameter \\#1 \\$docComment of method PhpParser\\\\Builder\\\\Property\\:\\:setDocComment\\(\\) expects PhpParser\\\\Comment\\\\Doc\\|string, string\\|null given\\.$#"
count: 1
path: lib/Property.php
-
message: "#^Class JetBrains\\\\PhpStorm\\\\Deprecated not found\\.$#"
count: 1
path: lib/RequestGenerator.php
-
message: "#^Method SoureCode\\\\OBS\\\\Generator\\\\RequestGenerator\\:\\:fromProtocol\\(\\) has parameter \\$protocol with no value type specified in iterable type array\\.$#"
count: 1
path: lib/RequestGenerator.php
-
message: "#^Parameter \\#1 \\$className of static method SoureCode\\\\OBS\\\\Generator\\\\Property\\:\\:fromRequestProtocol\\(\\) expects class\\-string, string given\\.$#"
count: 1
path: lib/RequestGenerator.php
-
message: "#^Class JetBrains\\\\PhpStorm\\\\Deprecated not found\\.$#"
count: 1
path: lib/ResponseGenerator.php
-
message: "#^Method SoureCode\\\\OBS\\\\Generator\\\\ResponseGenerator\\:\\:fromProtocol\\(\\) has parameter \\$protocol with no value type specified in iterable type array\\.$#"
count: 1
path: lib/ResponseGenerator.php
-
message: "#^Parameter \\#1 \\$className of static method SoureCode\\\\OBS\\\\Generator\\\\Property\\:\\:fromRequestProtocol\\(\\) expects class\\-string, string given\\.$#"
count: 1
path: lib/ResponseGenerator.php
-
message: "#^Class JetBrains\\\\PhpStorm\\\\Deprecated not found\\.$#"
count: 1
path: lib/Utils.php
-
message: "#^Constant SoureCode\\\\OBS\\\\Generator\\\\Utils\\:\\:CLASS_MAPPING \\(array\\<class\\-string, string\\>\\) does not accept value array\\<string, string\\>\\.$#"
count: 1
path: lib/Utils.php
-
message: "#^Method SoureCode\\\\OBS\\\\Generator\\\\Utils\\:\\:buildBitwiseOr\\(\\) has parameter \\$references with no value type specified in iterable type array\\.$#"
count: 1
path: lib/Utils.php
-
message: "#^Method SoureCode\\\\OBS\\\\Generator\\\\Utils\\:\\:formatDocComment\\(\\) has parameter \\$tags with no value type specified in iterable type array\\.$#"
count: 1
path: lib/Utils.php
-
message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#"
count: 1
path: lib/Utils.php
-
message: "#^Method SoureCode\\\\OBS\\\\BaseClient\\:\\:authenticate\\(\\) has parameter \\$plainPassword with no type specified\\.$#"
count: 1
path: src/OBS/BaseClient.php
-
message: "#^Method SoureCode\\\\OBS\\\\BaseClient\\:\\:identify\\(\\) has parameter \\$plainPassword with no type specified\\.$#"
count: 1
path: src/OBS/BaseClient.php
-
message: "#^Method SoureCode\\\\OBS\\\\Client\\:\\:broadcastCustomEvent\\(\\) has parameter \\$eventData with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Client.php
-
message: "#^Method SoureCode\\\\OBS\\\\Client\\:\\:callVendorRequest\\(\\) has parameter \\$requestData with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Client.php
-
message: "#^Method SoureCode\\\\OBS\\\\Client\\:\\:createInput\\(\\) has parameter \\$inputSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Client.php
-
message: "#^Method SoureCode\\\\OBS\\\\Client\\:\\:createSourceFilter\\(\\) has parameter \\$filterSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Client.php
-
message: "#^Method SoureCode\\\\OBS\\\\Client\\:\\:setCurrentSceneTransitionSettings\\(\\) has parameter \\$transitionSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Client.php
-
message: "#^Method SoureCode\\\\OBS\\\\Client\\:\\:setInputSettings\\(\\) has parameter \\$inputSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Client.php
-
message: "#^Method SoureCode\\\\OBS\\\\Client\\:\\:setOutputSettings\\(\\) has parameter \\$outputSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Client.php
-
message: "#^Method SoureCode\\\\OBS\\\\Client\\:\\:setSceneItemTransform\\(\\) has parameter \\$sceneItemTransform with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Client.php
-
message: "#^Method SoureCode\\\\OBS\\\\Client\\:\\:setSourceFilterSettings\\(\\) has parameter \\$filterSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Client.php
-
message: "#^Method SoureCode\\\\OBS\\\\Client\\:\\:setStreamServiceSettings\\(\\) has parameter \\$streamServiceSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Client.php
-
message: "#^Method SoureCode\\\\OBS\\\\Client\\:\\:triggerHotkeyByKeySequence\\(\\) has parameter \\$keyModifiers with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Client.php
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeDefinition\\:\\:children\\(\\)\\.$#"
count: 1
path: src/OBS/Integration/Symfony/SoureCodeObsWebSocketPhpBundle.php
-
message: "#^Method SoureCode\\\\OBS\\\\Integration\\\\Symfony\\\\SoureCodeObsWebSocketPhpBundle\\:\\:loadExtension\\(\\) has parameter \\$config with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Integration/Symfony/SoureCodeObsWebSocketPhpBundle.php
-
message: "#^Attribute class SoureCode\\\\OBS\\\\Protocol\\\\Enum\\\\Deprecated does not exist\\.$#"
count: 7
path: src/OBS/Protocol/Enum/ObsMediaInputAction.php
-
message: "#^Attribute class SoureCode\\\\OBS\\\\Protocol\\\\Enum\\\\Deprecated does not exist\\.$#"
count: 9
path: src/OBS/Protocol/Enum/ObsOutputState.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Event\\\\Filters\\\\SourceFilterCreatedEvent\\:\\:__construct\\(\\) has parameter \\$defaultFilterSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Event/Filters/SourceFilterCreatedEvent.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Event\\\\Filters\\\\SourceFilterCreatedEvent\\:\\:__construct\\(\\) has parameter \\$filterSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Event/Filters/SourceFilterCreatedEvent.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Event\\\\Filters\\\\SourceFilterCreatedEvent\\:\\:\\$defaultFilterSettings type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Event/Filters/SourceFilterCreatedEvent.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Event\\\\Filters\\\\SourceFilterCreatedEvent\\:\\:\\$filterSettings type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Event/Filters/SourceFilterCreatedEvent.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Event\\\\Filters\\\\SourceFilterSettingsChangedEvent\\:\\:__construct\\(\\) has parameter \\$filterSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Event/Filters/SourceFilterSettingsChangedEvent.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Event\\\\Filters\\\\SourceFilterSettingsChangedEvent\\:\\:\\$filterSettings type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Event/Filters/SourceFilterSettingsChangedEvent.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Event\\\\General\\\\CustomEventEvent\\:\\:__construct\\(\\) has parameter \\$eventData with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Event/General/CustomEventEvent.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Event\\\\General\\\\CustomEventEvent\\:\\:\\$eventData type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Event/General/CustomEventEvent.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Event\\\\General\\\\VendorEventEvent\\:\\:__construct\\(\\) has parameter \\$eventData with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Event/General/VendorEventEvent.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Event\\\\General\\\\VendorEventEvent\\:\\:\\$eventData type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Event/General/VendorEventEvent.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Event\\\\Inputs\\\\InputAudioTracksChangedEvent\\:\\:__construct\\(\\) has parameter \\$inputAudioTracks with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Event/Inputs/InputAudioTracksChangedEvent.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Event\\\\Inputs\\\\InputAudioTracksChangedEvent\\:\\:\\$inputAudioTracks type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Event/Inputs/InputAudioTracksChangedEvent.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Event\\\\Inputs\\\\InputCreatedEvent\\:\\:__construct\\(\\) has parameter \\$defaultInputSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Event/Inputs/InputCreatedEvent.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Event\\\\Inputs\\\\InputCreatedEvent\\:\\:__construct\\(\\) has parameter \\$inputSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Event/Inputs/InputCreatedEvent.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Event\\\\Inputs\\\\InputCreatedEvent\\:\\:\\$defaultInputSettings type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Event/Inputs/InputCreatedEvent.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Event\\\\Inputs\\\\InputCreatedEvent\\:\\:\\$inputSettings type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Event/Inputs/InputCreatedEvent.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Event\\\\Inputs\\\\InputSettingsChangedEvent\\:\\:__construct\\(\\) has parameter \\$inputSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Event/Inputs/InputSettingsChangedEvent.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Event\\\\Inputs\\\\InputSettingsChangedEvent\\:\\:\\$inputSettings type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Event/Inputs/InputSettingsChangedEvent.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Event\\\\SceneItems\\\\SceneItemTransformChangedEvent\\:\\:__construct\\(\\) has parameter \\$sceneItemTransform with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Event/SceneItems/SceneItemTransformChangedEvent.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Event\\\\SceneItems\\\\SceneItemTransformChangedEvent\\:\\:\\$sceneItemTransform type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Event/SceneItems/SceneItemTransformChangedEvent.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\Config\\\\SetStreamServiceSettingsRequest\\:\\:__construct\\(\\) has parameter \\$streamServiceSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/Config/SetStreamServiceSettingsRequest.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\Config\\\\SetStreamServiceSettingsRequest\\:\\:\\$streamServiceSettings type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/Config/SetStreamServiceSettingsRequest.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\Filters\\\\CreateSourceFilterRequest\\:\\:__construct\\(\\) has parameter \\$filterSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/Filters/CreateSourceFilterRequest.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\Filters\\\\CreateSourceFilterRequest\\:\\:\\$filterSettings type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/Filters/CreateSourceFilterRequest.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\Filters\\\\SetSourceFilterSettingsRequest\\:\\:__construct\\(\\) has parameter \\$filterSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/Filters/SetSourceFilterSettingsRequest.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\Filters\\\\SetSourceFilterSettingsRequest\\:\\:\\$filterSettings type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/Filters/SetSourceFilterSettingsRequest.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\General\\\\BroadcastCustomEventRequest\\:\\:__construct\\(\\) has parameter \\$eventData with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/General/BroadcastCustomEventRequest.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\General\\\\BroadcastCustomEventRequest\\:\\:\\$eventData type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/General/BroadcastCustomEventRequest.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\General\\\\CallVendorRequestRequest\\:\\:__construct\\(\\) has parameter \\$requestData with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/General/CallVendorRequestRequest.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\General\\\\CallVendorRequestRequest\\:\\:\\$requestData type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/General/CallVendorRequestRequest.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\General\\\\TriggerHotkeyByKeySequenceRequest\\:\\:__construct\\(\\) has parameter \\$keyModifiers with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/General/TriggerHotkeyByKeySequenceRequest.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\General\\\\TriggerHotkeyByKeySequenceRequest\\:\\:\\$keyModifiers type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/General/TriggerHotkeyByKeySequenceRequest.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\Inputs\\\\CreateInputRequest\\:\\:__construct\\(\\) has parameter \\$inputSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/Inputs/CreateInputRequest.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\Inputs\\\\CreateInputRequest\\:\\:\\$inputSettings type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/Inputs/CreateInputRequest.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\Inputs\\\\SetInputSettingsRequest\\:\\:__construct\\(\\) has parameter \\$inputSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/Inputs/SetInputSettingsRequest.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\Inputs\\\\SetInputSettingsRequest\\:\\:\\$inputSettings type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/Inputs/SetInputSettingsRequest.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\Outputs\\\\SetOutputSettingsRequest\\:\\:__construct\\(\\) has parameter \\$outputSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/Outputs/SetOutputSettingsRequest.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\Outputs\\\\SetOutputSettingsRequest\\:\\:\\$outputSettings type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/Outputs/SetOutputSettingsRequest.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\SceneItems\\\\SetSceneItemTransformRequest\\:\\:__construct\\(\\) has parameter \\$sceneItemTransform with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/SceneItems/SetSceneItemTransformRequest.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\SceneItems\\\\SetSceneItemTransformRequest\\:\\:\\$sceneItemTransform type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/SceneItems/SetSceneItemTransformRequest.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\Transitions\\\\SetCurrentSceneTransitionSettingsRequest\\:\\:__construct\\(\\) has parameter \\$transitionSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/Transitions/SetCurrentSceneTransitionSettingsRequest.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Request\\\\Transitions\\\\SetCurrentSceneTransitionSettingsRequest\\:\\:\\$transitionSettings type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Request/Transitions/SetCurrentSceneTransitionSettingsRequest.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Response\\\\Config\\\\GetStreamServiceSettingsResponse\\:\\:__construct\\(\\) has parameter \\$streamServiceSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Response/Config/GetStreamServiceSettingsResponse.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Response\\\\Config\\\\GetStreamServiceSettingsResponse\\:\\:\\$streamServiceSettings type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Response/Config/GetStreamServiceSettingsResponse.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Response\\\\Filters\\\\GetSourceFilterDefaultSettingsResponse\\:\\:__construct\\(\\) has parameter \\$defaultFilterSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Response/Filters/GetSourceFilterDefaultSettingsResponse.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Response\\\\Filters\\\\GetSourceFilterDefaultSettingsResponse\\:\\:\\$defaultFilterSettings type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Response/Filters/GetSourceFilterDefaultSettingsResponse.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Response\\\\Filters\\\\GetSourceFilterResponse\\:\\:__construct\\(\\) has parameter \\$filterSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Response/Filters/GetSourceFilterResponse.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Response\\\\Filters\\\\GetSourceFilterResponse\\:\\:\\$filterSettings type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Response/Filters/GetSourceFilterResponse.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Response\\\\General\\\\CallVendorRequestResponse\\:\\:__construct\\(\\) has parameter \\$responseData with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Response/General/CallVendorRequestResponse.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Response\\\\General\\\\CallVendorRequestResponse\\:\\:\\$responseData type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Response/General/CallVendorRequestResponse.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Response\\\\Inputs\\\\GetInputDefaultSettingsResponse\\:\\:__construct\\(\\) has parameter \\$defaultInputSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Response/Inputs/GetInputDefaultSettingsResponse.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Response\\\\Inputs\\\\GetInputDefaultSettingsResponse\\:\\:\\$defaultInputSettings type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Response/Inputs/GetInputDefaultSettingsResponse.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Response\\\\Inputs\\\\GetInputSettingsResponse\\:\\:__construct\\(\\) has parameter \\$inputSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Response/Inputs/GetInputSettingsResponse.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Response\\\\Inputs\\\\GetInputSettingsResponse\\:\\:\\$inputSettings type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Response/Inputs/GetInputSettingsResponse.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Response\\\\Outputs\\\\GetOutputSettingsResponse\\:\\:__construct\\(\\) has parameter \\$outputSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Response/Outputs/GetOutputSettingsResponse.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Response\\\\Outputs\\\\GetOutputSettingsResponse\\:\\:\\$outputSettings type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Response/Outputs/GetOutputSettingsResponse.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Response\\\\SceneItems\\\\GetSceneItemTransformResponse\\:\\:__construct\\(\\) has parameter \\$sceneItemTransform with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Response/SceneItems/GetSceneItemTransformResponse.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Response\\\\SceneItems\\\\GetSceneItemTransformResponse\\:\\:\\$sceneItemTransform type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Response/SceneItems/GetSceneItemTransformResponse.php
-
message: "#^Method SoureCode\\\\OBS\\\\Protocol\\\\Response\\\\Transitions\\\\GetCurrentSceneTransitionResponse\\:\\:__construct\\(\\) has parameter \\$transitionSettings with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Response/Transitions/GetCurrentSceneTransitionResponse.php
-
message: "#^Property SoureCode\\\\OBS\\\\Protocol\\\\Response\\\\Transitions\\\\GetCurrentSceneTransitionResponse\\:\\:\\$transitionSettings type has no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/Protocol/Response/Transitions/GetCurrentSceneTransitionResponse.php
-
message: "#^Cannot call method debug\\(\\) on Psr\\\\Log\\\\LoggerInterface\\|null\\.$#"
count: 5
path: src/OBS/WebSocket/Middleware/OBSAuthenticationHandler.php
-
message: "#^Cannot call method debug\\(\\) on Psr\\\\Log\\\\LoggerInterface\\|null\\.$#"
count: 3
path: src/OBS/WebSocket/Middleware/OBSCloseHandler.php
-
message: "#^Cannot call method error\\(\\) on Psr\\\\Log\\\\LoggerInterface\\|null\\.$#"
count: 1
path: src/OBS/WebSocket/Middleware/OBSCloseHandler.php
-
message: "#^Cannot call method info\\(\\) on Psr\\\\Log\\\\LoggerInterface\\|null\\.$#"
count: 1
path: src/OBS/WebSocket/Middleware/OBSCloseHandler.php
-
message: "#^Parameter \\#1 \\$value of static method SoureCode\\\\OBS\\\\Protocol\\\\Enum\\\\WebSocketCloseCode\\:\\:tryFrom\\(\\) expects int\\|string, int\\|null given\\.$#"
count: 1
path: src/OBS/WebSocket/Middleware/OBSCloseHandler.php
-
message: "#^Method SoureCode\\\\OBS\\\\WebSocket\\\\Receive\\\\RequestBatchResponseMessage\\:\\:__construct\\(\\) has parameter \\$results with no value type specified in iterable type array\\.$#"
count: 1
path: src/OBS/WebSocket/Receive/RequestBatchResponseMessage.php
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Serializer\\\\SerializerInterface\\:\\:denormalize\\(\\)\\.$#"
count: 1
path: src/OBS/WebSocket/Serializer/OBSMessageSerializer.php
-
message: "#^Match arm is unreachable because previous comparison is always true\\.$#"
count: 1
path: src/OBS/WebSocket/Serializer/OBSMessageSerializer.php
-
message: "#^Parameter \\#1 \\$string of function Symfony\\\\Component\\\\String\\\\u expects string\\|null, string\\|false given\\.$#"
count: 2
path: src/OBS/WebSocket/Serializer/ProtocolClassDiscriminatorResolver.php