-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
876 lines (702 loc) · 42.1 KB
/
phpstan-baseline.neon
File metadata and controls
876 lines (702 loc) · 42.1 KB
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
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
parameters:
ignoreErrors:
-
message: "#^Call to method scalarNode\\(\\) on an unknown class Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeBuilder\\<Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\ArrayNodeDefinition\\>\\.$#"
count: 1
path: src/Bundle/Platform/Config/PlatformConfiguration.php
-
message: "#^Argument of an invalid type array\\|bool\\|float\\|int\\|string\\|null supplied for foreach, only iterables are supported\\.$#"
count: 1
path: src/Bundle/Platform/DependencyInjection/CompilerPass/AuthenticationCompilerPass.php
-
message: "#^Binary operation \"\\+\" between mixed and array\\{remember_me_parameter\\: null, always_remember_me\\: false\\} results in an error\\.$#"
count: 1
path: src/Bundle/Platform/DependencyInjection/CompilerPass/AuthenticationCompilerPass.php
-
message: "#^Cannot access offset 'always_remember_me' on mixed\\.$#"
count: 1
path: src/Bundle/Platform/DependencyInjection/CompilerPass/AuthenticationCompilerPass.php
-
message: "#^Cannot access offset 'remember_me…' on mixed\\.$#"
count: 1
path: src/Bundle/Platform/DependencyInjection/CompilerPass/AuthenticationCompilerPass.php
-
message: "#^Call to method accessControl\\(\\) on an unknown class Symfony\\\\Config\\\\SecurityConfig\\.$#"
count: 1
path: src/Bundle/Platform/DependencyInjection/Extension/LoginExtension.php
-
message: "#^Call to method firewall\\(\\) on an unknown class Symfony\\\\Config\\\\SecurityConfig\\.$#"
count: 1
path: src/Bundle/Platform/DependencyInjection/Extension/LoginExtension.php
-
message: "#^Call to method passwordHasher\\(\\) on an unknown class Symfony\\\\Config\\\\SecurityConfig\\.$#"
count: 1
path: src/Bundle/Platform/DependencyInjection/Extension/LoginExtension.php
-
message: "#^Method SolidWorx\\\\Platform\\\\PlatformBundle\\\\DependencyInjection\\\\Extension\\\\LoginExtension\\:\\:configureDefaultFormLogin\\(\\) has invalid return type Symfony\\\\Config\\\\Security\\\\FirewallConfig\\.$#"
count: 1
path: src/Bundle/Platform/DependencyInjection/Extension/LoginExtension.php
-
message: "#^Parameter \\$config of method SolidWorx\\\\Platform\\\\PlatformBundle\\\\DependencyInjection\\\\Extension\\\\LoginExtension\\:\\:configureDefaultFormLogin\\(\\) has invalid type Symfony\\\\Config\\\\SecurityConfig\\.$#"
count: 1
path: src/Bundle/Platform/DependencyInjection/Extension/LoginExtension.php
-
message: "#^Call to method path\\(\\) on an unknown class Symfony\\\\Config\\\\Security\\\\AccessControlConfig\\.$#"
count: 2
path: src/Bundle/Platform/DependencyInjection/Extension/TwoFactorExtension.php
-
message: "#^Call to method twoFactor\\(\\) on an unknown class Symfony\\\\Config\\\\Security\\\\FirewallConfig\\.$#"
count: 1
path: src/Bundle/Platform/DependencyInjection/Extension/TwoFactorExtension.php
-
message: "#^Default value of the parameter \\#2 \\$config \\(array\\{\\}\\) of method SolidWorx\\\\Platform\\\\PlatformBundle\\\\DependencyInjection\\\\Extension\\\\TwoFactorExtension\\:\\:enable\\(\\) is incompatible with type array\\{name\\: string, base_template\\: string\\}\\.$#"
count: 1
path: src/Bundle/Platform/DependencyInjection/Extension/TwoFactorExtension.php
-
message: "#^Parameter \\$accessControlConfig of method SolidWorx\\\\Platform\\\\PlatformBundle\\\\DependencyInjection\\\\Extension\\\\TwoFactorExtension\\:\\:configureSecurity\\(\\) has invalid type Symfony\\\\Config\\\\Security\\\\AccessControlConfig\\.$#"
count: 1
path: src/Bundle/Platform/DependencyInjection/Extension/TwoFactorExtension.php
-
message: "#^Parameter \\$config of method SolidWorx\\\\Platform\\\\PlatformBundle\\\\DependencyInjection\\\\Extension\\\\TwoFactorExtension\\:\\:configureSecurity\\(\\) has invalid type Symfony\\\\Config\\\\Security\\\\FirewallConfig\\.$#"
count: 1
path: src/Bundle/Platform/DependencyInjection/Extension/TwoFactorExtension.php
-
message: "#^Parameter \\#2 \\$configurator of method Symfony\\\\Component\\\\DependencyInjection\\\\ContainerBuilder\\:\\:registerAttributeForAutoconfiguration\\(\\) expects callable\\(Symfony\\\\Component\\\\DependencyInjection\\\\ChildDefinition, SolidWorx\\\\Platform\\\\PlatformBundle\\\\Attributes\\\\Menu\\\\MenuBuilder, Reflector\\)\\: void, Closure\\(Symfony\\\\Component\\\\DependencyInjection\\\\ChildDefinition, SolidWorx\\\\Platform\\\\PlatformBundle\\\\Attributes\\\\Menu\\\\MenuBuilder, ReflectionMethod\\)\\: void given\\.$#"
count: 1
path: src/Bundle/Platform/DependencyInjection/SolidWorxPlatformExtension.php
-
message: "#^Parameter \\#1 \\$child of method Symfony\\\\Component\\\\Form\\\\FormBuilderInterface\\<array\\<string, string\\|null\\>\\|null\\>\\:\\:add\\(\\) expects string\\|Symfony\\\\Component\\\\Form\\\\FormBuilderInterface, mixed given\\.$#"
count: 2
path: src/Bundle/Platform/Form/Type/Security/LoginType.php
-
message: "#^Cannot cast mixed to string\\.$#"
count: 1
path: src/Bundle/Platform/Form/Type/Security/TwoFactorVerifyType.php
-
message: "#^Cannot access offset 'enabled' on mixed\\.$#"
count: 1
path: src/Bundle/Platform/Kernel.php
-
message: "#^Cannot access offset 'security' on mixed\\.$#"
count: 1
path: src/Bundle/Platform/Kernel.php
-
message: "#^Cannot access offset 'two_factor' on mixed\\.$#"
count: 1
path: src/Bundle/Platform/Kernel.php
-
message: "#^Cannot cast mixed to string\\.$#"
count: 2
path: src/Bundle/Platform/Kernel.php
-
message: "#^Parameter \\#1 \\$rawConfig of method SolidWorx\\\\Platform\\\\PlatformBundle\\\\Config\\\\PlatformConfigSectionInterface\\:\\:setPlatformRawConfig\\(\\) expects array\\<string, mixed\\>, mixed given\\.$#"
count: 1
path: src/Bundle/Platform/Kernel.php
-
message: "#^Property SolidWorx\\\\Platform\\\\PlatformBundle\\\\Kernel\\:\\:\\$rawConfig \\(array\\<string, mixed\\>\\|null\\) does not accept mixed\\.$#"
count: 1
path: src/Bundle/Platform/Kernel.php
-
message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#"
count: 1
path: src/Bundle/Platform/Kernel.php
-
message: "#^Method SolidWorx\\\\Platform\\\\PlatformBundle\\\\Menu\\\\Options\\:\\:route\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
count: 1
path: src/Bundle/Platform/Menu/Options.php
-
message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
count: 1
path: src/Bundle/Platform/Menu/Provider.php
-
message: "#^Parameter \\#2 \\$priority of method SplPriorityQueue\\<int,callable\\>\\:\\:insert\\(\\) expects int, array\\<int, int\\> given\\.$#"
count: 1
path: src/Bundle/Platform/Menu/Provider.php
-
message: "#^Casting to bool something that's already bool\\.$#"
count: 1
path: src/Bundle/Platform/Model/User.php
-
message: "#^Method SolidWorx\\\\Platform\\\\PlatformBundle\\\\Model\\\\User\\:\\:getBackUpCodes\\(\\) does not match interface method name\\: SolidWorx\\\\Platform\\\\PlatformBundle\\\\Contracts\\\\Security\\\\TwoFactor\\\\UserTwoFactorInterface\\:\\:getBackupCodes\\(\\)\\.$#"
count: 1
path: src/Bundle/Platform/Model/User.php
-
message: "#^Method SolidWorx\\\\Platform\\\\PlatformBundle\\\\Model\\\\User\\:\\:getBackUpCodes\\(\\) should return list\\<string\\> but returns array\\.$#"
count: 1
path: src/Bundle/Platform/Model/User.php
-
message: "#^Method SolidWorx\\\\Platform\\\\PlatformBundle\\\\Model\\\\User\\:\\:getEmailAuthRecipient\\(\\) should return string but returns string\\|null\\.$#"
count: 1
path: src/Bundle/Platform/Model/User.php
-
message: "#^Method SolidWorx\\\\Platform\\\\PlatformBundle\\\\Model\\\\User\\:\\:getTotpAuthenticationUsername\\(\\) should return string but returns string\\|null\\.$#"
count: 1
path: src/Bundle/Platform/Model/User.php
-
message: "#^Method SolidWorx\\\\Platform\\\\PlatformBundle\\\\Model\\\\User\\:\\:getUserIdentifier\\(\\) should return non\\-empty\\-string but returns string\\|null\\.$#"
count: 1
path: src/Bundle/Platform/Model/User.php
-
message: "#^Property SolidWorx\\\\Platform\\\\PlatformBundle\\\\Model\\\\User\\:\\:\\$backupCodes type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Bundle/Platform/Model/User.php
-
message: "#^Method SolidWorx\\\\Platform\\\\PlatformBundle\\\\Repository\\\\UserRepository\\:\\:loadUserByIdentifier\\(\\) should return Symfony\\\\Component\\\\Security\\\\Core\\\\User\\\\UserInterface but returns mixed\\.$#"
count: 1
path: src/Bundle/Platform/Repository/UserRepository.php
-
message: "#^Parameter \\#1 \\$identifier of method SolidWorx\\\\Platform\\\\PlatformBundle\\\\Repository\\\\UserRepository\\<T\\>\\:\\:loadUserByIdentifier\\(\\) expects string, string\\|null given\\.$#"
count: 1
path: src/Bundle/Platform/Repository/UserRepository.php
-
message: "#^Parameter \\#2 \\$entityClass of method Doctrine\\\\Bundle\\\\DoctrineBundle\\\\Repository\\\\LazyServiceEntityRepository\\<T\\>\\:\\:__construct\\(\\) expects class\\-string\\<T of object\\>, string\\|null given\\.$#"
count: 1
path: src/Bundle/Platform/Repository/UserRepository.php
-
message: "#^Type mixed in generic type SolidWorx\\\\Platform\\\\PlatformBundle\\\\Repository\\\\EntityRepository\\<mixed\\> in PHPDoc tag @extends is not subtype of template type T of object of class SolidWorx\\\\Platform\\\\PlatformBundle\\\\Repository\\\\EntityRepository\\.$#"
count: 1
path: src/Bundle/Platform/Repository/UserRepository.php
-
message: "#^Method SolidWorx\\\\Platform\\\\PlatformBundle\\\\Routing\\\\LoginPageRouteLoader\\:\\:__construct\\(\\) has parameter \\$authenticators with no value type specified in iterable type iterable\\.$#"
count: 1
path: src/Bundle/Platform/Routing/LoginPageRouteLoader.php
-
message: "#^Method SolidWorx\\\\Platform\\\\PlatformBundle\\\\SolidWorxPlatformBundle\\:\\:createContainerExtension\\(\\) never returns null so it can be removed from the return type\\.$#"
count: 1
path: src/Bundle/Platform/SolidWorxPlatformBundle.php
-
message: "#^Method SolidWorx\\\\Platform\\\\PlatformBundle\\\\SolidWorxPlatformBundle\\:\\:createContainerExtension\\(\\) should return Symfony\\\\Component\\\\DependencyInjection\\\\Extension\\\\ExtensionInterface\\|null but returns object\\.$#"
count: 1
path: src/Bundle/Platform/SolidWorxPlatformBundle.php
-
message: "#^Cannot access offset 'secret' on mixed\\.$#"
count: 1
path: src/Bundle/Platform/Twig/Components/Security/TwoFactor.php
-
message: "#^Method SolidWorx\\\\Platform\\\\PlatformBundle\\\\Twig\\\\Components\\\\Security\\\\TwoFactor\\:\\:instantiateForm\\(\\) return type with generic interface Symfony\\\\Component\\\\Form\\\\FormInterface does not specify its types\\: TData$#"
count: 1
path: src/Bundle/Platform/Twig/Components/Security/TwoFactor.php
-
message: "#^Parameter \\#1 \\$totpSecret of method SolidWorx\\\\Platform\\\\PlatformBundle\\\\Contracts\\\\Security\\\\TwoFactor\\\\UserTwoFactorInterface\\:\\:setTotpSecret\\(\\) expects string, mixed given\\.$#"
count: 1
path: src/Bundle/Platform/Twig/Components/Security/TwoFactor.php
-
message: "#^Call to method arrayNode\\(\\) on an unknown class Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeBuilder\\<Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\ArrayNodeDefinition\\>\\.$#"
count: 1
path: src/Bundle/Saas/Config/SaasConfiguration.php
-
message: "#^Call to static method getClass\\(\\) on an unknown class Doctrine\\\\Common\\\\Util\\\\ClassUtils\\.$#"
count: 2
path: src/Bundle/Saas/Console/Command/SubscriptionListCommand.php
-
message: "#^Cannot call method getEndDate\\(\\) on mixed\\.$#"
count: 1
path: src/Bundle/Saas/Console/Command/SubscriptionListCommand.php
-
message: "#^Cannot call method getPlan\\(\\) on mixed\\.$#"
count: 1
path: src/Bundle/Saas/Console/Command/SubscriptionListCommand.php
-
message: "#^Cannot call method getStartDate\\(\\) on mixed\\.$#"
count: 1
path: src/Bundle/Saas/Console/Command/SubscriptionListCommand.php
-
message: "#^Cannot call method getStatus\\(\\) on mixed\\.$#"
count: 1
path: src/Bundle/Saas/Console/Command/SubscriptionListCommand.php
-
message: "#^Cannot call method getSubscriber\\(\\) on mixed\\.$#"
count: 1
path: src/Bundle/Saas/Console/Command/SubscriptionListCommand.php
-
message: "#^Cannot call method getSubscriptionId\\(\\) on mixed\\.$#"
count: 1
path: src/Bundle/Saas/Console/Command/SubscriptionListCommand.php
-
message: "#^Method SolidWorx\\\\Platform\\\\SaasBundle\\\\Console\\\\Command\\\\SubscriptionListCommand\\:\\:getSubscriberString\\(\\) never returns Symfony\\\\Component\\\\Uid\\\\Ulid so it can be removed from the return type\\.$#"
count: 1
path: src/Bundle/Saas/Console/Command/SubscriptionListCommand.php
-
message: "#^Method SolidWorx\\\\Platform\\\\SaasBundle\\\\Console\\\\Command\\\\SubscriptionListCommand\\:\\:getSubscriberString\\(\\) never returns int so it can be removed from the return type\\.$#"
count: 1
path: src/Bundle/Saas/Console/Command/SubscriptionListCommand.php
-
message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
count: 1
path: src/Bundle/Saas/Console/Command/SubscriptionListCommand.php
-
message: "#^Only booleans are allowed in &&, mixed given on the right side\\.$#"
count: 1
path: src/Bundle/Saas/Console/Command/SubscriptionListCommand.php
-
message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
count: 3
path: src/Bundle/Saas/Console/Command/SubscriptionListCommand.php
-
message: "#^Parameter \\#1 \\$value of static method SolidWorx\\\\Platform\\\\SaasBundle\\\\Enum\\\\SubscriptionStatus\\:\\:from\\(\\) expects int\\|string, mixed given\\.$#"
count: 1
path: src/Bundle/Saas/Console/Command/SubscriptionListCommand.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, Symfony\\\\Component\\\\String\\\\AbstractUnicodeString given\\.$#"
count: 1
path: src/Bundle/Saas/Doctrine/EventSubscriber/PlanIdSubscriber.php
-
message: "#^Property SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\Meta\\:\\:\\$customData type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Bundle/Saas/Dto/LemonSqueezy/Meta.php
-
message: "#^Property SolidWorx\\\\Platform\\\\SaasBundle\\\\Entity\\\\Plan\\:\\:\\$subscriptions type mapping mismatch\\: property can contain Doctrine\\\\Common\\\\Collections\\\\Collection but database expects Doctrine\\\\Common\\\\Collections\\\\Collection&iterable\\<SolidWorx\\\\Platform\\\\SaasBundle\\\\Entity\\\\Subscription\\>\\.$#"
count: 1
path: src/Bundle/Saas/Entity/Plan.php
-
message: "#^Property SolidWorx\\\\Platform\\\\SaasBundle\\\\Entity\\\\Plan\\:\\:\\$subscriptions with generic interface Doctrine\\\\Common\\\\Collections\\\\Collection does not specify its types\\: TKey, T$#"
count: 1
path: src/Bundle/Saas/Entity/Plan.php
-
message: "#^Cannot access property \\$attributes on SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\Subscription\\|null\\.$#"
count: 1
path: src/Bundle/Saas/Event/TrialStartedEvent.php
-
message: "#^Call to an undefined method SolidWorx\\\\Platform\\\\SaasBundle\\\\Repository\\\\PlanFeatureRepositoryInterface\\:\\:remove\\(\\)\\.$#"
count: 1
path: src/Bundle/Saas/Feature/PlanFeatureManager.php
-
message: "#^Call to an undefined method SolidWorx\\\\Platform\\\\SaasBundle\\\\Repository\\\\PlanFeatureRepositoryInterface\\:\\:save\\(\\)\\.$#"
count: 1
path: src/Bundle/Saas/Feature/PlanFeatureManager.php
-
message: "#^Call to an undefined method Symfony\\\\Contracts\\\\Cache\\\\CacheInterface\\:\\:clear\\(\\)\\.$#"
count: 1
path: src/Bundle/Saas/Feature/PlanFeatureManager.php
-
message: "#^Method SolidWorx\\\\Platform\\\\SaasBundle\\\\Integration\\\\Options\\:\\:toArray\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Bundle/Saas/Integration/Options.php
-
message: "#^Property SolidWorx\\\\Platform\\\\SaasBundle\\\\Integration\\\\Options\\:\\:\\$options type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Bundle/Saas/Integration/Options.php
-
message: "#^Access to an undefined property SolidWorx\\\\Platform\\\\SaasBundle\\\\RemoteEvent\\\\SubscriptionPaymentRemoteEvent\\|SolidWorx\\\\Platform\\\\SaasBundle\\\\RemoteEvent\\\\SubscriptionRemoteEvent\\:\\:\\$subscription\\.$#"
count: 8
path: src/Bundle/Saas/RemoteEvent/LemonSqueezyWebhookConsumer.php
-
message: "#^Access to an undefined property SolidWorx\\\\Platform\\\\SaasBundle\\\\RemoteEvent\\\\SubscriptionPaymentRemoteEvent\\|SolidWorx\\\\Platform\\\\SaasBundle\\\\RemoteEvent\\\\SubscriptionRemoteEvent\\:\\:\\$subscriptionInvoice\\.$#"
count: 5
path: src/Bundle/Saas/RemoteEvent/LemonSqueezyWebhookConsumer.php
-
message: "#^Call to function is_a\\(\\) with arguments 'SolidWorx\\\\\\\\Platform\\\\\\\\SaasBundle\\\\\\\\Event\\\\\\\\SubscriptionPaymentFailedEvent'\\|'SolidWorx\\\\\\\\Platform\\\\\\\\SaasBundle\\\\\\\\Event\\\\\\\\SubscriptionPaymentPaidEvent'\\|'SolidWorx\\\\\\\\Platform\\\\\\\\SaasBundle\\\\\\\\Event\\\\\\\\SubscriptionPaymentRecoveredEvent'\\|'SolidWorx\\\\\\\\Platform\\\\\\\\SaasBundle\\\\\\\\Event\\\\\\\\SubscriptionPaymentRefundedEvent', 'SolidWorx\\\\\\\\Platform\\\\\\\\SaasBundle\\\\\\\\Event\\\\\\\\PaymentEvent' and true will always evaluate to true\\.$#"
count: 1
path: src/Bundle/Saas/RemoteEvent/LemonSqueezyWebhookConsumer.php
-
message: "#^Match arm comparison between SolidWorx\\\\Platform\\\\SaasBundle\\\\Enum\\\\LemonSqueezy\\\\Event\\:\\:SUBSCRIPTION_PAYMENT_REFUNDED and SolidWorx\\\\Platform\\\\SaasBundle\\\\Enum\\\\LemonSqueezy\\\\Event\\:\\:SUBSCRIPTION_PAYMENT_REFUNDED is always true\\.$#"
count: 1
path: src/Bundle/Saas/RemoteEvent/LemonSqueezyWebhookConsumer.php
-
message: "#^Parameter \\#3 \\$subscription of class SolidWorx\\\\Platform\\\\SaasBundle\\\\Event\\\\SubscriptionCancelledEvent constructor expects SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\Subscription\\|null, SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\Subscription\\|SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\SubscriptionInvoice\\|null given\\.$#"
count: 1
path: src/Bundle/Saas/RemoteEvent/LemonSqueezyWebhookConsumer.php
-
message: "#^Parameter \\#3 \\$subscription of class SolidWorx\\\\Platform\\\\SaasBundle\\\\Event\\\\SubscriptionCreatedEvent constructor expects SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\Subscription\\|null, SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\Subscription\\|SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\SubscriptionInvoice\\|null given\\.$#"
count: 1
path: src/Bundle/Saas/RemoteEvent/LemonSqueezyWebhookConsumer.php
-
message: "#^Parameter \\#3 \\$subscription of class SolidWorx\\\\Platform\\\\SaasBundle\\\\Event\\\\SubscriptionExpiredEvent constructor expects SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\Subscription\\|null, SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\Subscription\\|SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\SubscriptionInvoice\\|null given\\.$#"
count: 1
path: src/Bundle/Saas/RemoteEvent/LemonSqueezyWebhookConsumer.php
-
message: "#^Parameter \\#3 \\$subscription of class SolidWorx\\\\Platform\\\\SaasBundle\\\\Event\\\\SubscriptionPausedEvent constructor expects SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\Subscription\\|null, SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\Subscription\\|SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\SubscriptionInvoice\\|null given\\.$#"
count: 1
path: src/Bundle/Saas/RemoteEvent/LemonSqueezyWebhookConsumer.php
-
message: "#^Parameter \\#3 \\$subscription of class SolidWorx\\\\Platform\\\\SaasBundle\\\\Event\\\\SubscriptionResumedEvent constructor expects SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\Subscription\\|null, SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\Subscription\\|SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\SubscriptionInvoice\\|null given\\.$#"
count: 1
path: src/Bundle/Saas/RemoteEvent/LemonSqueezyWebhookConsumer.php
-
message: "#^Parameter \\#3 \\$subscription of class SolidWorx\\\\Platform\\\\SaasBundle\\\\Event\\\\SubscriptionUnpausedEvent constructor expects SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\Subscription\\|null, SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\Subscription\\|SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\SubscriptionInvoice\\|null given\\.$#"
count: 1
path: src/Bundle/Saas/RemoteEvent/LemonSqueezyWebhookConsumer.php
-
message: "#^Parameter \\#3 \\$subscription of class SolidWorx\\\\Platform\\\\SaasBundle\\\\Event\\\\SubscriptionUpdatedEvent constructor expects SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\Subscription\\|null, SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\Subscription\\|SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\SubscriptionInvoice\\|null given\\.$#"
count: 1
path: src/Bundle/Saas/RemoteEvent/LemonSqueezyWebhookConsumer.php
-
message: "#^Parameter \\#3 \\$subscriptionInvoice of class SolidWorx\\\\Platform\\\\SaasBundle\\\\Event\\\\SubscriptionPaymentFailedEvent constructor expects SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\SubscriptionInvoice\\|null, SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\Subscription\\|SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\SubscriptionInvoice\\|null given\\.$#"
count: 1
path: src/Bundle/Saas/RemoteEvent/LemonSqueezyWebhookConsumer.php
-
message: "#^Parameter \\#3 \\$subscriptionInvoice of class SolidWorx\\\\Platform\\\\SaasBundle\\\\Event\\\\SubscriptionPaymentPaidEvent constructor expects SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\SubscriptionInvoice\\|null, SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\Subscription\\|SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\SubscriptionInvoice\\|null given\\.$#"
count: 1
path: src/Bundle/Saas/RemoteEvent/LemonSqueezyWebhookConsumer.php
-
message: "#^Parameter \\#3 \\$subscriptionInvoice of class SolidWorx\\\\Platform\\\\SaasBundle\\\\Event\\\\SubscriptionPaymentRecoveredEvent constructor expects SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\SubscriptionInvoice\\|null, SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\Subscription\\|SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\SubscriptionInvoice\\|null given\\.$#"
count: 1
path: src/Bundle/Saas/RemoteEvent/LemonSqueezyWebhookConsumer.php
-
message: "#^Parameter \\#3 \\$subscriptionInvoice of class SolidWorx\\\\Platform\\\\SaasBundle\\\\Event\\\\SubscriptionPaymentRefundedEvent constructor expects SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\SubscriptionInvoice\\|null, SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\Subscription\\|SolidWorx\\\\Platform\\\\SaasBundle\\\\Dto\\\\LemonSqueezy\\\\SubscriptionInvoice\\|null given\\.$#"
count: 1
path: src/Bundle/Saas/RemoteEvent/LemonSqueezyWebhookConsumer.php
-
message: "#^Method SolidWorx\\\\Platform\\\\SaasBundle\\\\RemoteEvent\\\\SubscriptionPaymentRemoteEvent\\:\\:__construct\\(\\) has parameter \\$payload with no value type specified in iterable type array\\.$#"
count: 1
path: src/Bundle/Saas/RemoteEvent/SubscriptionPaymentRemoteEvent.php
-
message: "#^Method SolidWorx\\\\Platform\\\\SaasBundle\\\\RemoteEvent\\\\SubscriptionRemoteEvent\\:\\:__construct\\(\\) has parameter \\$payload with no value type specified in iterable type array\\.$#"
count: 1
path: src/Bundle/Saas/RemoteEvent/SubscriptionRemoteEvent.php
-
message: "#^Parameter \\#1 \\$id \\(SolidWorx\\\\Platform\\\\SaasBundle\\\\Entity\\\\Plan\\|string\\|Symfony\\\\Component\\\\Uid\\\\Ulid\\) of method SolidWorx\\\\Platform\\\\SaasBundle\\\\Repository\\\\PlanRepository\\:\\:find\\(\\) should be contravariant with parameter \\$id \\(mixed\\) of method Doctrine\\\\ORM\\\\EntityRepository\\<SolidWorx\\\\Platform\\\\SaasBundle\\\\Entity\\\\Plan\\>\\:\\:find\\(\\)$#"
count: 1
path: src/Bundle/Saas/Repository/PlanRepository.php
-
message: "#^Parameter \\#1 \\$id \\(SolidWorx\\\\Platform\\\\SaasBundle\\\\Entity\\\\Plan\\|string\\|Symfony\\\\Component\\\\Uid\\\\Ulid\\) of method SolidWorx\\\\Platform\\\\SaasBundle\\\\Repository\\\\PlanRepository\\:\\:find\\(\\) should be contravariant with parameter \\$id \\(mixed\\) of method Doctrine\\\\Persistence\\\\ObjectRepository\\<SolidWorx\\\\Platform\\\\SaasBundle\\\\Entity\\\\Plan\\>\\:\\:find\\(\\)$#"
count: 1
path: src/Bundle/Saas/Repository/PlanRepository.php
-
message: "#^Method SolidWorx\\\\Platform\\\\SaasBundle\\\\SolidWorxPlatformSaasBundle\\:\\:createContainerExtension\\(\\) never returns null so it can be removed from the return type\\.$#"
count: 1
path: src/Bundle/Saas/SolidWorxPlatformSaasBundle.php
-
message: "#^Parameter \\#1 \\$plan of class SolidWorx\\\\Platform\\\\SaasBundle\\\\Exception\\\\InvalidPlanException constructor expects string, SolidWorx\\\\Platform\\\\SaasBundle\\\\Entity\\\\Plan\\|string\\|Symfony\\\\Component\\\\Uid\\\\Ulid given\\.$#"
count: 1
path: src/Bundle/Saas/Subscription/SubscriptionManager.php
-
message: "#^Method SolidWorx\\\\Platform\\\\SaasBundle\\\\Webhook\\\\Converter\\\\LemonSqueezyPayloadConverter\\:\\:convert\\(\\) has parameter \\$payload with no value type specified in iterable type array\\.$#"
count: 1
path: src/Bundle/Saas/Webhook/Converter/LemonSqueezyPayloadConverter.php
-
message: "#^Call to method scalarNode\\(\\) on an unknown class Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeBuilder\\<Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\ArrayNodeDefinition\\>\\.$#"
count: 1
path: src/Bundle/Ui/Config/UiConfiguration.php
-
message: "#^Method SolidWorx\\\\Platform\\\\UiBundle\\\\SolidWorxPlatformUiBundle\\:\\:createContainerExtension\\(\\) never returns null so it can be removed from the return type\\.$#"
count: 1
path: src/Bundle/Ui/SolidWorxPlatformUiBundle.php
-
message: "#^Call to method method\\(\\) on an unknown class PHPUnit\\\\Framework\\\\MockObject\\\\Builder\\\\InvocationMocker\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Command/GenerateSchemaCommandTest.php
-
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'SolidWorx\\\\\\\\Platform\\\\\\\\PlatformBundle\\\\\\\\Config\\\\\\\\Builder\\\\\\\\SecurityConfigBuilder' and SolidWorx\\\\Platform\\\\PlatformBundle\\\\Config\\\\Builder\\\\SecurityConfigBuilder will always evaluate to true\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/Builder/PlatformConfigBuilderTest.php
-
message: "#^Cannot access offset 'doctrine' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/Builder/PlatformConfigBuilderTest.php
-
message: "#^Cannot access offset 'enable_utc_date' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/Builder/PlatformConfigBuilderTest.php
-
message: "#^Cannot access offset 'models' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/Builder/PlatformConfigBuilderTest.php
-
message: "#^Cannot access offset 'name' on mixed\\.$#"
count: 2
path: tests/Bundle/PlatformBundle/Config/Builder/PlatformConfigBuilderTest.php
-
message: "#^Cannot access offset 'saas' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/Builder/PlatformConfigBuilderTest.php
-
message: "#^Cannot access offset 'types' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/Builder/PlatformConfigBuilderTest.php
-
message: "#^Cannot access offset 'ui' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/Builder/PlatformConfigBuilderTest.php
-
message: "#^Cannot access offset 'user' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/Builder/PlatformConfigBuilderTest.php
-
message: "#^Cannot access offset 'version' on mixed\\.$#"
count: 2
path: tests/Bundle/PlatformBundle/Config/Builder/PlatformConfigBuilderTest.php
-
message: "#^Parameter \\#2 \\$array of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayNotHasKey\\(\\) expects array\\|ArrayAccess\\<\\(int\\|string\\), mixed\\>, mixed given\\.$#"
count: 4
path: tests/Bundle/PlatformBundle/Config/Builder/PlatformConfigBuilderTest.php
-
message: "#^Call to method arrayNode\\(\\) on an unknown class Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeBuilder\\<Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\ArrayNodeDefinition\\>\\.$#"
count: 5
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Call to method booleanNode\\(\\) on an unknown class Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeBuilder\\<Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\ArrayNodeDefinition\\>\\.$#"
count: 3
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Call to method enumNode\\(\\) on an unknown class Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeBuilder\\<Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\ArrayNodeDefinition\\>\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Call to method floatNode\\(\\) on an unknown class Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeBuilder\\<Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\ArrayNodeDefinition\\>\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Call to method integerNode\\(\\) on an unknown class Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeBuilder\\<Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\ArrayNodeDefinition\\>\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Call to method scalarNode\\(\\) on an unknown class Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeBuilder\\<Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\ArrayNodeDefinition\\>\\.$#"
count: 9
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Call to method variableNode\\(\\) on an unknown class Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeBuilder\\<Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\ArrayNodeDefinition\\>\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'active' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'additionalProperties' on mixed\\.$#"
count: 2
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'anything' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'color' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'count' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'db' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'default' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'description' on mixed\\.$#"
count: 2
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'driver' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'enabled' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'enum' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'items' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'name' on mixed\\.$#"
count: 2
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'nested' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'options' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'platform' on mixed\\.$#"
count: 23
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'properties' on mixed\\.$#"
count: 23
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'ratio' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'required_field' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'tags' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'template' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'title' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'type' on mixed\\.$#"
count: 10
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Cannot access offset 'ui' on mixed\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Parameter \\#2 \\$array of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) expects array\\|ArrayAccess\\<\\(int\\|string\\), mixed\\>, mixed given\\.$#"
count: 14
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Parameter \\#2 \\$array of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayNotHasKey\\(\\) expects array\\|ArrayAccess\\<\\(int\\|string\\), mixed\\>, mixed given\\.$#"
count: 3
path: tests/Bundle/PlatformBundle/Config/SchemaGeneratorTest.php
-
message: "#^Call to method method\\(\\) on an unknown class PHPUnit\\\\Framework\\\\MockObject\\\\Builder\\\\InvocationMocker\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/EventSubscriber/ConsoleCommandEventSubscriberTest.php
-
message: "#^Call to function is_a\\(\\) with arguments 'SolidWorx\\\\\\\\Platform\\\\\\\\PlatformBundle\\\\\\\\Response\\\\\\\\RedirectResponse', 'Symfony\\\\\\\\Component\\\\\\\\HttpFoundation\\\\\\\\RedirectResponse' and true will always evaluate to true\\.$#"
count: 1
path: tests/Bundle/PlatformBundle/Response/RedirectResponseTest.php
-
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'SolidWorx\\\\\\\\Platform\\\\\\\\SaasBundle\\\\\\\\Config\\\\\\\\Builder\\\\\\\\SaasPaymentConfigBuilder' and SolidWorx\\\\Platform\\\\SaasBundle\\\\Config\\\\Builder\\\\SaasPaymentConfigBuilder will always evaluate to true\\.$#"
count: 1
path: tests/Bundle/Saas/Config/Builder/SaasConfigBuilderTest.php
-
message: "#^Cannot access offset 'api_key' on mixed\\.$#"
count: 1
path: tests/Bundle/Saas/Config/Builder/SaasConfigBuilderTest.php
-
message: "#^Cannot access offset 'db_schema' on mixed\\.$#"
count: 2
path: tests/Bundle/Saas/Config/Builder/SaasConfigBuilderTest.php
-
message: "#^Cannot access offset 'enabled' on mixed\\.$#"
count: 1
path: tests/Bundle/Saas/Config/Builder/SaasConfigBuilderTest.php
-
message: "#^Cannot access offset 'entity' on mixed\\.$#"
count: 1
path: tests/Bundle/Saas/Config/Builder/SaasConfigBuilderTest.php
-
message: "#^Cannot access offset 'lemon_squeezy' on mixed\\.$#"
count: 4
path: tests/Bundle/Saas/Config/Builder/SaasConfigBuilderTest.php
-
message: "#^Cannot access offset 'plan' on mixed\\.$#"
count: 1
path: tests/Bundle/Saas/Config/Builder/SaasConfigBuilderTest.php
-
message: "#^Cannot access offset 'return_route' on mixed\\.$#"
count: 1
path: tests/Bundle/Saas/Config/Builder/SaasConfigBuilderTest.php
-
message: "#^Cannot access offset 'store_id' on mixed\\.$#"
count: 1
path: tests/Bundle/Saas/Config/Builder/SaasConfigBuilderTest.php
-
message: "#^Cannot access offset 'subscriptions' on mixed\\.$#"
count: 1
path: tests/Bundle/Saas/Config/Builder/SaasConfigBuilderTest.php
-
message: "#^Cannot access offset 'table_names' on mixed\\.$#"
count: 2
path: tests/Bundle/Saas/Config/Builder/SaasConfigBuilderTest.php
-
message: "#^Cannot access offset 'trial' on mixed\\.$#"
count: 2
path: tests/Bundle/Saas/Config/Builder/SaasConfigBuilderTest.php
-
message: "#^Cannot access offset 'user_entity' on mixed\\.$#"
count: 1
path: tests/Bundle/Saas/Config/Builder/SaasConfigBuilderTest.php
-
message: "#^Cannot access offset 'webhook_secret' on mixed\\.$#"
count: 1
path: tests/Bundle/Saas/Config/Builder/SaasConfigBuilderTest.php
-
message: "#^Parameter \\#2 \\$array of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) expects array\\|ArrayAccess\\<\\(int\\|string\\), mixed\\>, mixed given\\.$#"
count: 1
path: tests/Bundle/Saas/Config/Builder/SaasConfigBuilderTest.php
-
message: "#^Parameter \\#2 \\$array of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayNotHasKey\\(\\) expects array\\|ArrayAccess\\<\\(int\\|string\\), mixed\\>, mixed given\\.$#"
count: 1
path: tests/Bundle/Saas/Config/Builder/SaasConfigBuilderTest.php
-
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertCount\\(\\) expects Countable\\|iterable, mixed given\\.$#"
count: 1
path: tests/Bundle/Saas/Config/Builder/SaasConfigBuilderTest.php
-
message: "#^Call to method method\\(\\) on an unknown class PHPUnit\\\\Framework\\\\MockObject\\\\Builder\\\\InvocationMocker\\.$#"
count: 6
path: tests/Bundle/Saas/Doctrine/EventSubscriber/MetadataSubscriberTest.php
-
message: "#^Call to method method\\(\\) on an unknown class PHPUnit\\\\Framework\\\\MockObject\\\\Builder\\\\InvocationMocker\\.$#"
count: 2
path: tests/Bundle/Saas/RemoteEvent/LemonSqueezyWebhookConsumerTest.php
-
message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\)\\.$#"
count: 1
path: tests/Bundle/Saas/RemoteEvent/LemonSqueezyWebhookConsumerTest.php
-
message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\)\\.$#"
count: 6
path: tests/Bundle/Saas/RemoteEvent/LemonSqueezyWebhookConsumerTest.php
-
message: "#^Instanceof between \\*NEVER\\* and SolidWorx\\\\Platform\\\\SaasBundle\\\\Event\\\\PaymentEvent will always evaluate to false\\.$#"
count: 1
path: tests/Bundle/Saas/RemoteEvent/LemonSqueezyWebhookConsumerTest.php
-
message: "#^Instanceof between \\*NEVER\\* and SolidWorx\\\\Platform\\\\SaasBundle\\\\Event\\\\SubscriptionEvent will always evaluate to false\\.$#"
count: 1
path: tests/Bundle/Saas/RemoteEvent/LemonSqueezyWebhookConsumerTest.php
-
message: "#^Result of && is always false\\.$#"
count: 2
path: tests/Bundle/Saas/RemoteEvent/LemonSqueezyWebhookConsumerTest.php
-
message: "#^Call to method method\\(\\) on an unknown class PHPUnit\\\\Framework\\\\MockObject\\\\Builder\\\\InvocationMocker\\.$#"
count: 6
path: tests/Bundle/Saas/Security/Voter/PlanFeatureVoterTest.php
-
message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertNotSame\\(\\)\\.$#"
count: 1
path: tests/Bundle/Saas/Security/Voter/PlanFeatureVoterTest.php
-
message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\)\\.$#"
count: 6
path: tests/Bundle/Saas/Security/Voter/PlanFeatureVoterTest.php
-
message: "#^Call to method method\\(\\) on an unknown class PHPUnit\\\\Framework\\\\MockObject\\\\Builder\\\\InvocationMocker\\.$#"
count: 3
path: tests/Bundle/Saas/Subscription/SubscriptionManagerStartTrialTest.php
-
message: "#^Call to method method\\(\\) on an unknown class PHPUnit\\\\Framework\\\\MockObject\\\\Builder\\\\InvocationMocker\\.$#"
count: 8
path: tests/Bundle/Saas/Trial/TrialManagerTest.php
-
message: "#^Call to method method\\(\\) on an unknown class PHPUnit\\\\Framework\\\\MockObject\\\\Builder\\\\InvocationMocker\\.$#"
count: 17
path: tests/Bundle/Saas/Twig/Runtime/FeatureRuntimeTest.php
-
message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\)\\.$#"
count: 1
path: tests/Bundle/Saas/Webhook/Converter/LemonSqueezyPayloadConverterTest.php
-
message: "#^Method Bundle\\\\Saas\\\\Webhook\\\\Converter\\\\LemonSqueezyPayloadConverterTest\\:\\:loadFixture\\(\\) should return array\\<string, mixed\\> but returns array\\.$#"
count: 1
path: tests/Bundle/Saas/Webhook/Converter/LemonSqueezyPayloadConverterTest.php
-
message: "#^Cannot access offset 'base' on mixed\\.$#"
count: 2
path: tests/Bundle/Ui/Config/Builder/UiConfigBuilderTest.php
-
message: "#^Cannot access offset 'login' on mixed\\.$#"
count: 2
path: tests/Bundle/Ui/Config/Builder/UiConfigBuilderTest.php
-
message: "#^Parameter \\#2 \\$array of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) expects array\\|ArrayAccess\\<\\(int\\|string\\), mixed\\>, mixed given\\.$#"
count: 1
path: tests/Bundle/Ui/Config/Builder/UiConfigBuilderTest.php