-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathphpstan-baseline.neon
798 lines (639 loc) · 30 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
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
parameters:
reportUnmatchedIgnoredErrors: false
ignoreErrors:
-
message: "#^Call to static method get_setting() on an unknown class FLTheme\\.$#"
count: 1
path: test
#common errors
- '#type has no value type specified in iterable type array\.$#'
- '#with no value type specified in iterable type array\.$#'
- "#^While loop condition is always true\\.$#"
-
message: "#^Cannot cast mixed to float\\.$#"
count: 1
path: admin/bsf-analytics/class-bsf-analytics-stats.php
-
message: "#^Method BSF_Analytics_Stats\\:\\:format_plugin\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: admin/bsf-analytics/class-bsf-analytics-stats.php
-
message: "#^Method BSF_Analytics_Stats\\:\\:get_active_plugins\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: admin/bsf-analytics/class-bsf-analytics-stats.php
-
message: "#^Method BSF_Analytics_Stats\\:\\:get_default_stats\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: admin/bsf-analytics/class-bsf-analytics-stats.php
-
message: "#^Method BSF_Analytics_Stats\\:\\:get_stats\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: admin/bsf-analytics/class-bsf-analytics-stats.php
-
message: "#^Property BSF_Analytics_Stats\\:\\:\\$plugins type has no value type specified in iterable type array\\.$#"
count: 1
path: admin/bsf-analytics/class-bsf-analytics-stats.php
-
message: "#^Action callback returns array but should not return anything\\.$#"
count: 1
path: admin/bsf-analytics/class-bsf-analytics.php
-
message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
count: 1
path: admin/bsf-analytics/class-bsf-analytics.php
-
message: "#^Method BSF_Analytics\\:\\:every_two_days_schedule\\(\\) has parameter \\$schedules with no value type specified in iterable type array\\.$#"
count: 1
path: admin/bsf-analytics/class-bsf-analytics.php
-
message: "#^Method BSF_Analytics\\:\\:every_two_days_schedule\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: admin/bsf-analytics/class-bsf-analytics.php
-
message: "#^Method BSF_Analytics\\:\\:get_plugin_name\\(\\) should return string but return statement is missing\\.$#"
count: 1
path: admin/bsf-analytics/class-bsf-analytics.php
-
message: "#^Method UABBBuilderAdminSettings\\:\\:add_data_attributes\\(\\) has parameter \\$allowedposttags with no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-uabb-admin-settings.php
-
message: "#^Method UABBBuilderAdminSettings\\:\\:add_data_attributes\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-uabb-admin-settings.php
-
message: "#^Property UABBBuilderAdminSettings\\:\\:\\$errors type has no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-uabb-admin-settings.php
-
message: "#^Undefined variable\\: \\$icon$#"
count: 1
path: classes/class-uabb-admin-settings.php
-
message: "#^Variable \\$icon in empty\\(\\) is never defined\\.$#"
count: 1
path: classes/class-uabb-admin-settings.php
-
message: "#^Method UABB_Attachment\\:\\:uabb_attachment_field_cta_save\\(\\) has parameter \\$attachment with no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-uabb-attachment.php
-
message: "#^Method UABB_Attachment\\:\\:uabb_attachment_field_cta_save\\(\\) has parameter \\$post with no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-uabb-attachment.php
-
message: "#^Method UABB_Attachment\\:\\:uabb_attachment_field_cta_save\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-uabb-attachment.php
-
message: "#^PHPDoc tag @var has invalid value \\(\\$instance Class instance\\.\\)\\: Unexpected token \"\\$instance\", expected type at offset 65$#"
count: 1
path: classes/class-uabb-backward.php
-
message: "#^Property UABB_lite_Plugin_Backward\\:\\:\\$instance has no type specified\\.$#"
count: 1
path: classes/class-uabb-backward.php
-
message: "#^Comparison operation \"\\<\" between int\\<1, max\\> and 1 is always false\\.$#"
count: 1
path: classes/class-uabb-cloud-templates.php
-
message: "#^Function update_site_option invoked with 3 parameters, 2 required\\.$#"
count: 1
path: classes/class-uabb-cloud-templates.php
-
message: "#^Method UABB_Cloud_Templates\\:\\:create_local_dir\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-uabb-cloud-templates.php
-
message: "#^Method UABB_Cloud_Templates\\:\\:get_right_type_key\\(\\) has invalid return type file\\.$#"
count: 1
path: classes/class-uabb-cloud-templates.php
-
message: "#^PHPDoc tag @var has invalid value \\(\\$cloud_url cloud_url\\)\\: Unexpected token \"\\$cloud_url\", expected type at offset 64$#"
count: 1
path: classes/class-uabb-cloud-templates.php
-
message: "#^PHPDoc tag @var has invalid value \\(\\$instance instance\\)\\: Unexpected token \"\\$instance\", expected type at offset 82$#"
count: 1
path: classes/class-uabb-cloud-templates.php
-
message: "#^PHPDoc tag @var has invalid value \\(\\$uabb_filesystem UABB filesystem\\)\\: Unexpected token \"\\$uabb_filesystem\", expected type at offset 71$#"
count: 1
path: classes/class-uabb-cloud-templates.php
-
message: "#^Property UABB_Cloud_Templates\\:\\:\\$cloud_url has no type specified\\.$#"
count: 1
path: classes/class-uabb-cloud-templates.php
-
message: "#^Property UABB_Cloud_Templates\\:\\:\\$instance has no type specified\\.$#"
count: 1
path: classes/class-uabb-cloud-templates.php
-
message: "#^Property UABB_Cloud_Templates\\:\\:\\$uabb_filesystem has no type specified\\.$#"
count: 1
path: classes/class-uabb-cloud-templates.php
-
message: "#^PHPDoc tag @var has invalid value \\(\\$instance Class instance\\.\\)\\: Unexpected token \"\\$instance\", expected type at offset 65$#"
count: 1
path: classes/class-uabb-compatibility.php
-
message: "#^PHPDoc tag @var has invalid value \\(\\$stable_version_new_page\\)\\: Unexpected token \"\\$stable_version_new_page\", expected type at offset 72$#"
count: 1
path: classes/class-uabb-compatibility.php
-
message: "#^PHPDoc tag @var has invalid value \\(\\$uabb_migration\\)\\: Unexpected token \"\\$uabb_migration\", expected type at offset 75$#"
count: 1
path: classes/class-uabb-compatibility.php
-
message: "#^PHPDoc tag @var has invalid value \\(\\$version_bb_check\\)\\: Unexpected token \"\\$version_bb_check\", expected type at offset 72$#"
count: 1
path: classes/class-uabb-compatibility.php
-
message: "#^Property UABB_Lite_Compatibility\\:\\:\\$instance has no type specified\\.$#"
count: 1
path: classes/class-uabb-compatibility.php
-
message: "#^Property UABB_Lite_Compatibility\\:\\:\\$stable_version_new_page has no type specified\\.$#"
count: 1
path: classes/class-uabb-compatibility.php
-
message: "#^Property UABB_Lite_Compatibility\\:\\:\\$uabb_migration has no type specified\\.$#"
count: 1
path: classes/class-uabb-compatibility.php
-
message: "#^Property UABB_Lite_Compatibility\\:\\:\\$version_bb_check has no type specified\\.$#"
count: 1
path: classes/class-uabb-compatibility.php
-
message: "#^Cannot assign offset 'uabbGlobalSettings' to string\\.$#"
count: 2
path: classes/class-uabb-global-settings.php
-
message: "#^Method UABBGlobalSetting\\:\\:add_js_string\\(\\) should return string but returns array\\<string, mixed\\>\\.$#"
count: 1
path: classes/class-uabb-global-settings.php
-
message: "#^Strict comparison using \\=\\=\\= between 'UABB' and '' will always evaluate to false\\.$#"
count: 1
path: classes/class-uabb-global-settings.php
-
message: "#^Call to function is_array\\(\\) with int\\<0, max\\> will always evaluate to false\\.$#"
count: 1
path: classes/class-uabb-helper.php
-
message: "#^Method BB_Ultimate_Addon_Helper\\:\\:get_all_modules\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-uabb-helper.php
-
message: "#^Method BB_Ultimate_Addon_Helper\\:\\:get_link_rel\\(\\) should return string but return statement is missing\\.$#"
count: 1
path: classes/class-uabb-helper.php
-
message: "#^Method BB_Ultimate_Addon_Helper\\:\\:get_premium_modules\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-uabb-helper.php
-
message: "#^Method BB_Ultimate_Addon_Helper\\:\\:module_cat\\(\\) has parameter \\$cat with no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-uabb-helper.php
-
message: "#^Method BB_Ultimate_Addon_Helper\\:\\:module_cat\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-uabb-helper.php
-
message: "#^PHPDoc tag @var has invalid value \\(\\$basic_modules Category Strings\\)\\: Unexpected token \"\\$basic_modules\", expected type at offset 83$#"
count: 1
path: classes/class-uabb-helper.php
-
message: "#^Property BB_Ultimate_Addon_Helper\\:\\:\\$basic_modules has no type specified\\.$#"
count: 1
path: classes/class-uabb-helper.php
-
message: "#^Result of && is always false\\.$#"
count: 1
path: classes/class-uabb-helper.php
-
message: "#^Strict comparison using \\=\\=\\= between false and true will always evaluate to false\\.$#"
count: 1
path: classes/class-uabb-helper.php
-
message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
count: 1
path: classes/class-uabb-iconfonts.php
-
message: "#^Binary operation \"\\.\" between array and '/' results in an error\\.$#"
count: 5
path: classes/class-uabb-iconfonts.php
-
message: "#^Method UABB_IconFonts\\:\\:recurse_copy\\(\\) has no return type specified\\.$#"
count: 1
path: classes/class-uabb-iconfonts.php
-
message: "#^Method UABB_IconFonts\\:\\:recurse_copy\\(\\) has parameter \\$dst with no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-uabb-iconfonts.php
-
message: "#^Method UABB_IconFonts\\:\\:recurse_copy\\(\\) has parameter \\$src with no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-uabb-iconfonts.php
-
message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
count: 1
path: classes/class-uabb-init.php
-
message: "#^Cannot assign new offset to string\\.$#"
count: 1
path: classes/class-uabb-init.php
-
message: "#^Method UABB_Init\\:\\:uabb_global_settings_form_defaults\\(\\) has parameter \\$defaults with no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-uabb-init.php
-
message: "#^Method UABB_Init\\:\\:uabb_global_settings_form_defaults\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-uabb-init.php
-
message: "#^Comparison operation \"\\<\" between 1 and 1 is always false\\.$#"
count: 1
path: classes/class-uabb-update.php
-
message: "#^Method UABB_lite_Plugin_Update\\:\\:get_instance\\(\\) has no return type specified\\.$#"
count: 1
path: classes/class-uabb-update.php
-
message: "#^PHPDoc tag @var has invalid value \\(\\$instance Class instance\\.\\)\\: Unexpected token \"\\$instance\", expected type at offset 65$#"
count: 1
path: classes/class-uabb-update.php
-
message: "#^Property UABB_lite_Plugin_Update\\:\\:\\$instance has no type specified\\.$#"
count: 1
path: classes/class-uabb-update.php
-
message: "#^Method UABBLite_WPML_Translatable\\:\\:wpml_uabb_modules_translate\\(\\) has parameter \\$form with no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-uabb-wpml.php
-
message: "#^Method UABBLite_WPML_Translatable\\:\\:wpml_uabb_modules_translate\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-uabb-wpml.php
-
message: "#^Call to function method_exists\\(\\) with 'FLBuilder' and 'register_templates' will always evaluate to false\\.$#"
count: 1
path: classes/class-ui-panel.php
-
message: "#^Method UABB_UI_Panels\\:\\:builder_ui_bar_buttons\\(\\) has parameter \\$buttons with no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-ui-panel.php
-
message: "#^Method UABB_UI_Panels\\:\\:builder_ui_bar_buttons\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-ui-panel.php
-
message: "#^Method UABB_UI_Panels\\:\\:fl_uabb_render_css\\(\\) has parameter \\$nodes with no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-ui-panel.php
-
message: "#^Method UABB_UI_Panels\\:\\:fl_uabb_render_js\\(\\) has parameter \\$nodes with no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-ui-panel.php
-
message: "#^Method UABB_UI_Panels\\:\\:uabb_fl_builder_template_selector_data\\(\\) has parameter \\$template with no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-ui-panel.php
-
message: "#^Method UABB_UI_Panels\\:\\:uabb_fl_builder_template_selector_data\\(\\) has parameter \\$template_data with no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-ui-panel.php
-
message: "#^Method UABB_UI_Panels\\:\\:uabb_fl_builder_template_selector_data\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-ui-panel.php
-
message: "#^Method UABB_UI_Panels\\:\\:uabb_skip_brainstorm_menu\\(\\) has parameter \\$products with no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-ui-panel.php
-
message: "#^Method UABB_UI_Panels\\:\\:uabb_skip_brainstorm_menu\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-ui-panel.php
-
message: "#^Method UABB_UI_Panels\\:\\:uabb_templates_data\\(\\) has parameter \\$templates with no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-ui-panel.php
-
message: "#^Method UABB_UI_Panels\\:\\:uabb_templates_data\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: classes/class-ui-panel.php
-
message: "#^Method UABB_Helper\\:\\:get_link_rel\\(\\) has no return type specified\\.$#"
count: 1
path: classes/helper.php
-
message: "#^Method UABB_Helper\\:\\:uabb_colorpicker\\(\\) has no return type specified\\.$#"
count: 1
path: classes/helper.php
-
message: "#^Method UABB_Helper\\:\\:uabb_font_css\\(\\) has parameter \\$font with no value type specified in iterable type array\\.$#"
count: 1
path: classes/helper.php
-
message: "#^Method UABB_Helper\\:\\:uabb_hex2rgba\\(\\) has no return type specified\\.$#"
count: 1
path: classes/helper.php
-
message: "#^Property UABB_BBThemeGlobalIntegration\\:\\:\\$bb_options type has no value type specified in iterable type array\\.$#"
count: 1
path: classes/uabb-bbtheme-global-integration.php
-
message: "#^Function array_replace_recursive\\(\\) has parameter \\$replacements with no value type specified in iterable type array\\.$#"
count: 1
path: classes/uabb-global-functions.php
-
message: "#^Function recurse\\(\\) has parameter \\$replacements with no value type specified in iterable type array\\.$#"
count: 1
path: classes/uabb-global-functions.php
-
message: "#^Function uabb_theme_border\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: classes/uabb-global-functions.php
-
message: "#^Function uabb_theme_button_typography\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: classes/uabb-global-functions.php
-
message: "#^Method UABB_Global_Styling\\:\\:save_uabb_global_settings\\(\\) has parameter \\$settings with no value type specified in iterable type array\\.$#"
count: 1
path: classes/uabb-global-settings.php
-
message: "#^Method WPML_UABB_Infolist\\:\\:get_editor_type\\(\\) has parameter \\$field with no value type specified in iterable type array\\.$#"
count: 1
path: classes/wpml/class-wpml-uabb-infolist.php
-
message: "#^Method WPML_UABB_Infolist\\:\\:get_fields\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: classes/wpml/class-wpml-uabb-infolist.php
-
message: "#^Method WPML_UABB_Infolist\\:\\:get_title\\(\\) has parameter \\$field with no value type specified in iterable type array\\.$#"
count: 1
path: classes/wpml/class-wpml-uabb-infolist.php
-
message: "#^Action callback returns array\\<string, mixed\\> but should not return anything\\.$#"
count: 1
path: fields/uabb-gradient/uabb-gradient.php
-
message: "#^Method UABB_Gradient\\:\\:uabb_gradient\\(\\) has parameter \\$field with no value type specified in iterable type array\\.$#"
count: 1
path: fields/uabb-gradient/uabb-gradient.php
-
message: "#^Method UABB_Gradient\\:\\:uabb_gradient\\(\\) has parameter \\$value with no value type specified in iterable type array\\.$#"
count: 1
path: fields/uabb-gradient/uabb-gradient.php
-
message: "#^Static call to instance method UABB_UI_Panels\\:\\:uabb_templates_data\\(\\)\\.$#"
count: 1
path: includes/ui-panel-presets.php
-
message: "#^Static call to instance method UABB_UI_Panels\\:\\:uabb_templates_data\\(\\)\\.$#"
count: 1
path: includes/ui-panel-sections.php
-
message: "#^PHPDoc tag @method has invalid value \\(__construct\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \", expected '\\(' at offset 120$#"
count: 1
path: modules/advanced-icon/advanced-icon.php
-
message: "#^PHPDoc tag @method has invalid value \\(__construct\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \", expected '\\(' at offset 114$#"
count: 1
path: modules/flip-box/flip-box.php
-
message: "#^PHPDoc tag @method has invalid value \\(get_icons\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 89$#"
count: 1
path: modules/flip-box/flip-box.php
-
message: "#^PHPDoc tag @method has invalid value \\(render_button\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 88$#"
count: 1
path: modules/flip-box/flip-box.php
-
message: "#^PHPDoc tag @method has invalid value \\(render_icon\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 95$#"
count: 1
path: modules/flip-box/flip-box.php
-
message: "#^Method ImageIconModule\\:\\:_get_cropped_path\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: modules/image-icon/image-icon.php
-
message: "#^Method ImageIconModule\\:\\:_get_editor\\(\\) has no return type specified\\.$#"
count: 1
path: modules/image-icon/image-icon.php
-
message: "#^PHPDoc tag @method has invalid value \\(__construct\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \", expected '\\(' at offset 116$#"
count: 1
path: modules/image-icon/image-icon.php
-
message: "#^PHPDoc tag @method has invalid value \\(_get_cropped_path\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 80$#"
count: 1
path: modules/image-icon/image-icon.php
-
message: "#^PHPDoc tag @method has invalid value \\(_get_editor\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 68$#"
count: 1
path: modules/image-icon/image-icon.php
-
message: "#^PHPDoc tag @method has invalid value \\(_get_uncropped_url\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 96$#"
count: 1
path: modules/image-icon/image-icon.php
-
message: "#^PHPDoc tag @method has invalid value \\(_has_source\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 74$#"
count: 1
path: modules/image-icon/image-icon.php
-
message: "#^PHPDoc tag @method has invalid value \\(crop\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 63$#"
count: 1
path: modules/image-icon/image-icon.php
-
message: "#^PHPDoc tag @method has invalid value \\(delete\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 77$#"
count: 1
path: modules/image-icon/image-icon.php
-
message: "#^PHPDoc tag @method has invalid value \\(get_alt\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 86$#"
count: 1
path: modules/image-icon/image-icon.php
-
message: "#^PHPDoc tag @method has invalid value \\(get_classes\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 85$#"
count: 1
path: modules/image-icon/image-icon.php
-
message: "#^PHPDoc tag @method has invalid value \\(get_data\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 90$#"
count: 1
path: modules/image-icon/image-icon.php
-
message: "#^PHPDoc tag @method has invalid value \\(get_src\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 89$#"
count: 1
path: modules/image-icon/image-icon.php
-
message: "#^PHPDoc tag @method has invalid value \\(update\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 66$#"
count: 1
path: modules/image-icon/image-icon.php
-
message: "#^Method UABBImageSeparatorModule\\:\\:_get_editor\\(\\) has no return type specified\\.$#"
count: 1
path: modules/image-separator/image-separator.php
-
message: "#^PHPDoc tag @method has invalid value \\(__construct\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \", expected '\\(' at offset 121$#"
count: 1
path: modules/image-separator/image-separator.php
-
message: "#^PHPDoc tag @method has invalid value \\(_get_cropped_path\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 94$#"
count: 1
path: modules/image-separator/image-separator.php
-
message: "#^PHPDoc tag @method has invalid value \\(_get_editor\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 83$#"
count: 1
path: modules/image-separator/image-separator.php
-
message: "#^PHPDoc tag @method has invalid value \\(_get_uncropped_url\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 96$#"
count: 2
path: modules/image-separator/image-separator.php
-
message: "#^PHPDoc tag @method has invalid value \\(_has_source\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 74$#"
count: 1
path: modules/image-separator/image-separator.php
-
message: "#^PHPDoc tag @method has invalid value \\(crop\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 71$#"
count: 1
path: modules/image-separator/image-separator.php
-
message: "#^PHPDoc tag @method has invalid value \\(delete\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\*\", expected '\\(' at offset 74$#"
count: 1
path: modules/image-separator/image-separator.php
-
message: "#^PHPDoc tag @method has invalid value \\(get_alt\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 78$#"
count: 1
path: modules/image-separator/image-separator.php
-
message: "#^PHPDoc tag @method has invalid value \\(get_classes\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 84$#"
count: 1
path: modules/image-separator/image-separator.php
-
message: "#^PHPDoc tag @method has invalid value \\(get_data\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\*\", expected '\\(' at offset 65$#"
count: 1
path: modules/image-separator/image-separator.php
-
message: "#^PHPDoc tag @method has invalid value \\(get_src\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 72$#"
count: 1
path: modules/image-separator/image-separator.php
-
message: "#^PHPDoc tag @method has invalid value \\(update\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 66$#"
count: 1
path: modules/image-separator/image-separator.php
-
message: "#^PHPDoc tag @property has invalid value \\(\\$_editor\\)\\: Unexpected token \"\\$_editor\", expected type at offset 65$#"
count: 1
path: modules/image-separator/image-separator.php
-
message: "#^PHPDoc tag @property has invalid value \\(\\$data\\)\\: Unexpected token \"\\$data\", expected type at offset 65$#"
count: 1
path: modules/image-separator/image-separator.php
-
message: "#^Method UABBInfoList\\:\\:get_icon\\(\\) has no return type specified\\.$#"
count: 1
path: modules/info-list/info-list.php
-
message: "#^PHPDoc tag @method has invalid value \\(__construct\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \", expected '\\(' at offset 115$#"
count: 1
path: modules/info-list/info-list.php
-
message: "#^PHPDoc tag @method has invalid value \\(get_icons\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 79$#"
count: 1
path: modules/info-list/info-list.php
-
message: "#^PHPDoc tag @method has invalid value \\(render_image\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 52$#"
count: 1
path: modules/info-list/info-list.php
-
message: "#^PHPDoc tag @method has invalid value \\(render_text\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 50$#"
count: 1
path: modules/info-list/info-list.php
-
message: "#^PHPDoc tag @method has invalid value \\(render_text\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 55$#"
count: 1
path: modules/info-list/info-list.php
-
message: "#^PHPDoc tag @method has invalid value \\(__construct\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \", expected '\\(' at offset 116$#"
count: 1
path: modules/info-table/info-table.php
-
message: "#^Method RibbonModule\\:\\:get_icon\\(\\) has no return type specified\\.$#"
count: 1
path: modules/ribbon/ribbon.php
-
message: "#^PHPDoc tag @method has invalid value \\(__construct\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \", expected '\\(' at offset 112$#"
count: 1
path: modules/ribbon/ribbon.php
-
message: "#^PHPDoc tag @method has invalid value \\(get_icon\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 81$#"
count: 1
path: modules/ribbon/ribbon.php
-
message: "#^PHPDoc tag @method has invalid value \\(__construct\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \", expected '\\(' at offset 115$#"
count: 1
path: modules/slide-box/slide-box.php
-
message: "#^PHPDoc tag @method has invalid value \\(render_button\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 91$#"
count: 1
path: modules/slide-box/slide-box.php
-
message: "#^PHPDoc tag @method has invalid value \\(render_dropdown_icon\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 104$#"
count: 1
path: modules/slide-box/slide-box.php
-
message: "#^PHPDoc tag @method has invalid value \\(render_image\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 97$#"
count: 1
path: modules/slide-box/slide-box.php
-
message: "#^PHPDoc tag @method has invalid value \\(render_link\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 87$#"
count: 1
path: modules/slide-box/slide-box.php
-
message: "#^PHPDoc tag @method has invalid value \\(render_overlay_icon\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 103$#"
count: 1
path: modules/slide-box/slide-box.php
-
message: "#^PHPDoc tag @method has invalid value \\(__construct\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \", expected '\\(' at offset 116$#"
count: 1
path: modules/spacer-gap/spacer-gap.php
-
message: "#^PHPDoc tag @method has invalid value \\(__construct\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \", expected '\\(' at offset 112$#"
count: 1
path: modules/uabb-button/uabb-button.php
-
message: "#^PHPDoc tag @method has invalid value \\(get_button_style\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 82$#"
count: 1
path: modules/uabb-button/uabb-button.php
-
message: "#^PHPDoc tag @method has invalid value \\(get_classname\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 76$#"
count: 1
path: modules/uabb-button/uabb-button.php
-
message: "#^PHPDoc tag @method has invalid value \\(update\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 72$#"
count: 1
path: modules/uabb-button/uabb-button.php
-
message: "#^PHPDoc tag @method has invalid value \\(__construct\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \", expected '\\(' at offset 114$#"
count: 1
path: modules/uabb-heading/uabb-heading.php
-
message: "#^PHPDoc tag @method has invalid value \\(render_image\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \\* \", expected '\\(' at offset 66$#"
count: 1
path: modules/uabb-heading/uabb-heading.php
-
message: "#^PHPDoc tag @method has invalid value \\(__construct\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \", expected '\\(' at offset 116$#"
count: 1
path: modules/uabb-separator/uabb-separator.php
-
message: "#^PHPDoc tag @method has invalid value \\(__construct\\)\\: Unexpected token \"\\\\r\\\\n\\\\t \", expected '\\(' at offset 162$#"
count: 1
path: modules/uabb-star-rating/uabb-star-rating.php
-
message: "#^PHPDoc tag @method has invalid value \\(get_icons\\)\\: Unexpected token \"\\\\r\\\\n\\\\t\\\\t \\* \", expected '\\(' at offset 84$#"
count: 1
path: modules/uabb-star-rating/uabb-star-rating.php