forked from EncounterTheCross/EncounterTheCross
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
146 lines (118 loc) · 4.79 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
parameters:
ignoreErrors:
-
message: "#^Property App\\\\Controller\\\\Admin\\\\Crud\\\\Field\\\\Field\\:\\:\\$dto is never read, only written\\.$#"
count: 1
path: src/Controller/Admin/Crud/Field/Field.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: src/Controller/DevelopmentController.php
-
message: "#^Expression on left side of \\?\\? is not nullable\\.$#"
count: 1
path: src/Entity/ContactPerson.php
-
message: "#^Attribute class JetBrains\\\\PhpStorm\\\\ArrayShape does not exist\\.$#"
count: 1
path: src/Entity/Location.php
-
message: "#^Attribute class JetBrains\\\\PhpStorm\\\\Pure does not exist\\.$#"
count: 1
path: src/Exception/InvalidLocationType.php
-
message: "#^Attribute class JetBrains\\\\PhpStorm\\\\Pure does not exist\\.$#"
count: 1
path: src/Exception/MultipleSendsMailerException.php
-
message: "#^Call to an undefined method Faker\\\\Generator\\:\\:state\\(\\)\\.$#"
count: 1
path: src/Factory/EventParticipantFactory.php
-
message: "#^Call to an undefined method Faker\\\\Generator\\:\\:state\\(\\)\\.$#"
count: 1
path: src/Factory/LocationFactory.php
-
message: "#^If condition is always true\\.$#"
count: 1
path: src/Form/AttendeeEventParticipantType.php
-
message: "#^If condition is always true\\.$#"
count: 1
path: src/Form/ServerEventParticipantType.php
-
message: "#^Call to static method getRowPointerFromBase32\\(\\) on an unknown class UuidFactory\\.$#"
count: 1
path: src/Repository/ContactPersonRepository.php
-
message: "#^Call to static method getRowPointerFromBase32\\(\\) on an unknown class UuidFactory\\.$#"
count: 1
path: src/Repository/EventParticipantRepository.php
-
message: "#^Call to static method getRowPointerFromBase32\\(\\) on an unknown class UuidFactory\\.$#"
count: 1
path: src/Repository/EventRepository.php
-
message: "#^Call to static method getRowPointerFromBase32\\(\\) on an unknown class UuidFactory\\.$#"
count: 1
path: src/Repository/LocationRepository.php
-
message: "#^Call to static method getRowPointerFromBase32\\(\\) on an unknown class UuidFactory\\.$#"
count: 1
path: src/Repository/PersonRepository.php
-
message: "#^Else branch is unreachable because ternary operator condition is always true\\.$#"
count: 1
path: src/Service/Mailer/AbstractContextAwareMailer.php
-
message: "#^Empty array passed to foreach\\.$#"
count: 1
path: src/Service/Mailer/AbstractContextAwareMailer.php
-
message: "#^Property App\\\\Service\\\\Mailer\\\\AbstractContextAwareMailer\\:\\:\\$email \\(Symfony\\\\Bridge\\\\Twig\\\\Mime\\\\TemplatedEmail\\|null\\) does not accept Symfony\\\\Component\\\\Mime\\\\Email\\.$#"
count: 1
path: src/Service/Mailer/AbstractContextAwareMailer.php
-
message: "#^Constant App\\\\Service\\\\Mailer\\\\RegistrationLeaderNotificationContextAwareMailer\\:\\:CONTEXT_REQUIREMENTS is unused\\.$#"
count: 1
path: src/Service/Mailer/RegistrationLeaderNotificationContextAwareMailer.php
-
message: "#^Constant App\\\\Service\\\\Mailer\\\\RegistrationThankYouContextAwareMailer\\:\\:CONTEXT_REQUIREMENTS is unused\\.$#"
count: 1
path: src/Service/Mailer/RegistrationThankYouContextAwareMailer.php
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Mime\\\\Email\\:\\:htmlTemplate\\(\\)\\.$#"
count: 1
path: src/Service/Mailer/ResetPasswordContextAwareMailer.php
-
message: "#^Static method App\\\\Service\\\\RoleManager\\\\RoleFormatter\\:\\:formatUserReadableArray\\(\\) is unused\\.$#"
count: 1
path: src/Service/RoleManager/RoleFormatter.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: src/Service/RoleManager/RoleFormatter.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: src/Settings/SettingsEnumConverter.php
-
message: "#^Attribute class JetBrains\\\\PhpStorm\\\\ArrayShape does not exist\\.$#"
count: 1
path: src/Twig/Components/TestimonialCollectionComponent.php
-
message: "#^Match expression does not handle remaining value\\: string$#"
count: 1
path: src/Twig/Components/TestimonialCollectionComponent.php
-
message: "#^Property App\\\\Twig\\\\Components\\\\TestimonialCollectionComponent\\:\\:\\$cardsPerRow \\(int\\) does not accept float\\.$#"
count: 1
path: src/Twig/Components/TestimonialCollectionComponent.php
-
message: "#^Attribute class JetBrains\\\\PhpStorm\\\\ArrayShape does not exist\\.$#"
count: 1
path: src/Twig/Components/TestimonialComponent.php
-
message: "#^Call to static method getBase32RowPointer\\(\\) on an unknown class UuidFactory\\.$#"
count: 1
path: src/Twig/Runtime/UuidFormaterRuntime.php