-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathphpstan.neon
218 lines (218 loc) · 33.7 KB
/
phpstan.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
parameters:
reportMaybesInPropertyPhpDocTypes: false
excludePaths:
- *.blade.php
- bootstrap/*
- storage/*
- tests/*
- vendor/*
ignoreErrors:
- '#(?:Dynamic call to static method|Call to an undefined method) Illuminate\\Database\\Eloquent\\(?:Builder|Collection|Relations\\[a-zA-Z]+)?(?:<mixed>|<App\\Models\\[a-zA-Z,\\]+>|<Illuminate\\Database\\Eloquent\\Model>)?::(?:distinct|doesntHave|first|groupBy|has|havingRaw|join|leftJoin|orderBy|orderByRaw|orWhereNull|select|selectRaw|selectSub|where|whereBetween|whereHas|whereDate|whereNotIn|whereNotNull|count|whereIn|whereBetween|sum|distinct|paid|active|accessActive|inactive|role|pending|pendingSwag|accessInactive|visible|whereNull|current|start|end|availableForPurchase|userCanPurchase|pluck|orderByDesc|withTrashed|exists|limit|doesntExist|storeExcel|buzzCardAccessEligible|from|unpaid|whereRevoked|whereNotExists|orWhereDate|whereColumn)\(\)\.#'
- '#@readonly property cannot have a default value\.#'
- '#Access to an undefined property App\\Http\\Resources\\[a-zA-Z]+::\$[a-zA-Z0-9_]+\.#'
- '#Access to an undefined property App\\Models\\[a-zA-Z]+::\$(aggregate|day|rsvpsource|count|ending_year|member_count|active|revenue|is_paid|pivot)\.#'
- '#Access to an undefined property App\\Models\\[a-zA-Z]+\|App\\Models\\[a-zA-Z]+::\$[a-z_]+\.#'
- '#Access to an undefined property App\\Models\\DuesTransaction::\$effective_end\.#'
- '#Access to an undefined property App\\Models\\DuesTransaction::\$effective_start\.#'
- '#Access to an undefined property App\\Models\\DuesTransaction::\$merchandise_name\.#'
- '#Access to an undefined property App\\Models\\DuesTransaction\|App\\Models\\TravelAssignment\|Illuminate\\Database\\Eloquent\\Collection<int, App\\Models\\DuesTransaction>\|Illuminate\\Database\\Eloquent\\Collection<int, App\\Models\\TravelAssignment>::\$is_paid\.#'
- '#Access to an undefined property App\\Models\\DuesTransaction\|App\\Models\\TravelAssignment\|Illuminate\\Database\\Eloquent\\Collection<int, App\\Models\\DuesTransaction>\|Illuminate\\Database\\Eloquent\\Collection<int, App\\Models\\TravelAssignment>::\$travel\.#'
- '#Access to an undefined property App\\Models\\DuesTransaction\|App\\Models\\TravelAssignment\|Illuminate\\Database\\Eloquent\\Collection<int, App\\Models\\DuesTransaction>\|Illuminate\\Database\\Eloquent\\Collection<int, App\\Models\\TravelAssignment>::\$user\.#'
- '#Access to an undefined property App\\Models\\DuesTransaction\|Illuminate\\Database\\Eloquent\\Collection<int, App\\Models\\DuesTransaction>::\$package\.#'
- '#Access to an undefined property App\\Models\\Payable::\$id\.#'
- '#Access to an undefined property App\\Models\\Payable::\$payable_amount\.#'
- '#Access to an undefined property App\\Models\\Payable::\$user\.#'
- '#Access to an undefined property App\\Models\\Payment\|Illuminate\\Database\\Eloquent\\Collection<int, App\\Models\\Payment>::\$[a-z_]+\.#'
- '#Access to an undefined property App\\Models\\TravelAssignment::\$paid\.#'
- '#Access to an undefined property Illuminate\\Database\\Eloquent\\Model::\$[a-zA-Z_]+\.#'
- '#Access to an undefined property Laravel\\Nova\\Fields\\ActionFields::\$[a-zA-Z_]+\.#'
- '#Access to an undefined property Laravel\\Nova\\Fields\\FormData::\$travel\.#'
- '#Access to an undefined property object::\$[a-zA-Z_]+\.#'
- '#Access to undefined constant Illuminate\\Database\\Eloquent\\Model::DO_NOT_FILTER_ON\.#'
- '#Access to undefined constant static\(App\\Nova\\Actions\\Payments\\RecordPayment\)::METHOD\.#'
- '#Anonymous function should return ''CANCELED''\|''COMPLETED''\|''DRAFT''\|''OPEN'' but returns ''CANCELED''\|''COMPLETED''\|''DRAFT''\|''OPEN''\|null\.#'
- '#Anonymous function should return int but returns mixed\.#'
- '#Anonymous function should return int<-1, max> but returns int<0, max>\|false\.#'
- '#Anonymous function should return string but returns mixed\.#'
- '#Argument of an invalid type mixed supplied for foreach, only iterables are supported\.#'
- '#Binary operation "-" between mixed and mixed results in an error\.#'
- '#Binary operation "." between non-falsy-string and mixed results in an error\.#'
- '#Binary operation "/" between mixed and 100 results in an error\.#'
- '#Binary operation "\." between ''.+'' and mixed results in an error\.#'
- '#Binary operation "\." between mixed and ''.+'' results in an error\.#'
- '#Call to an undefined method App\\Http\\Resources\\User::getAllPermissions\(\)\.#'
- '#Call to an undefined method App\\Models\\Payment\|Illuminate\\Database\\Eloquent\\Collection<int, App\\Models\\Payment>::getSquareOrderState\(\)\.#'
- '#Call to an undefined method Illuminate\\Http\\Request::model\(\)\.#'
- '#Call to an undefined method Laravel\\Nova\\Actions\\Action\|Laravel\\Nova\\Actions\\ActionResponse::withMessage\(\)\.#'
- '#Call to an undefined method Laravel\\Nova\\Actions\\Action\|Laravel\\Nova\\Actions\\ActionResponse::withoutConfirmation\(\)\.#'
- '#Cannot access constant class on App\\Models\\User\|null\.#'
- '#Cannot access offset ''[a-z]+'' on mixed\.#'
- '#Cannot access offset ''[A-Za-z_0-9]+'' on mixed\.#'
- '#Cannot access offset 0 on mixed\.#'
- '#Cannot access property \$[a-z]+ on Illuminate\\Support\\Carbon\|null\.#'
- '#Cannot access property \$[a-z_]+ on Illuminate\\Database\\Eloquent\\Model\|null\.#'
- '#Cannot access property \$[a-z_]+ on mixed\.#'
- '#Cannot access property \$[a-zA-Z]+ on mixed\.#'
- '#Cannot access property \$[a-zA-Z_]+ on App\\Models\\[a-zA-Z]+\|null\.#'
- '#Cannot access property \$count on stdClass\|null\.#'
- '#Cannot access property \$uid on App\\Models\\User\|int\|string\.#'
- '#Cannot call method [a-zA-Z]+\(\) on App\\Models\\[a-zA-Z]+\|null\.#'
- '#Cannot call method [a-zA-Z_]+\(\) on mixed\.#'
- '#Cannot call method format\(\) on Illuminate\\Support\\Carbon\|null\.#'
- '#Cannot call method format\(\) on string\.#'
- '#Cannot call method getAmount\(\) on Square\\Types\\Money\|null\.#'
- '#Cannot call method getMorphClass\(\) on App\\Models\\Event|App\\Models\\Team\|null\.#'
- '#Cannot call method getState\(\) on Square\\Types\\Order\|null\.#'
- '#Cannot call method notify\(\) on Illuminate\\Database\\Eloquent\\Model\|null\.#'
- '#Class App\\Models\\[a-zA-Z]+ uses generic trait Illuminate\\Database\\Eloquent\\Factories\\HasFactory but does not specify its types: TFactory#'
- '#Class App\\Models\\TravelAssignment has PHPDoc tag @property for property \$matrix_itinerary with no value type specified in iterable type array\.#'
- '#Class App\\Nova\\Resource extends generic class Laravel\\Nova\\Resource but does not specify its types: TModel#'
- '#Dynamic call to static method App\\Models\\[a-zA-Z]+::[a-zA-Z]+\(\)\.#'
- '#Dynamic call to static method Illuminate\\Database\\Eloquent\\Builder<App\\Models\\[a-zA-Z]+>::[a-zA-Z]+\(\)\.#'
- '#Dynamic call to static method Illuminate\\Database\\Eloquent\\Builder<Illuminate\\Database\\Eloquent\\Model>::whereId\(\)\.#'
- '#Dynamic call to static method Illuminate\\Database\\Eloquent\\Builder<Laravel\\Nova\\Notifications\\Notification>::[a-zA-Z]+\(\)\.#'
- '#Dynamic call to static method Illuminate\\Database\\Eloquent\\Builder<Laravel\\Passport\\Token>::whereDate\(\)\.#'
- '#Dynamic call to static method Illuminate\\Database\\Eloquent\\Builder<Laravel\\Passport\\Token>::whereRevoked\(\)\.#'
- '#Dynamic call to static method Illuminate\\Database\\Eloquent\\Model::with\(\)\.#'
- '#Dynamic call to static method Illuminate\\Foundation\\Application::isProduction\(\)\.#'
- '#Method App\\Http\\Controllers\\[a-zA-Z]+::[a-zA-Z]+\(\) has no return type specified\.#'
- '#Method App\\Http\\Controllers\\CalendarController::__invoke\(\) has no return type specified\.#'
- '#Method App\\Http\\Controllers\\MerchandiseController::handleMissingModel\(\) has parameter \$exception with generic class Illuminate\\Database\\Eloquent\\ModelNotFoundException but does not specify its types: TModel#'
- '#Method App\\Http\\Resources\\Manager::toArray\(\) should return array<string, int\|string> but returns array<string, mixed>\.#'
- '#Method App\\Http\\Resources\\TravelAssignment::toArray\(\) should return array<string, Illuminate\\Http\\Resources\\Json\\JsonResource\|int> but returns array<string, mixed>\.#'
- '#Method App\\Models\\[a-zA-Z0-9]+::[a-zA-Z]+\(\) should return array<.+> but returns array\.#'
- '#Method App\\Models\\[a-zA-Z]+::[a-zA-Z]+\(\) should return Illuminate\\Database\\Eloquent\\Relations\\[a-zA-Z]+<App\\Models\\[a-zA-Z]+, App\\Models\\[a-zA-Z]+> but returns Illuminate\\Database\\Eloquent\\Relations\\[a-zA-Z]+<App\\Models\\[a-zA-Z]+, \$this\(App\\Models\\[a-zA-Z]+\)>\.#'
- '#Method App\\Models\\[a-zA-Z]+::[a-zA-Z]+\(\) should return Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany<App\\Models\\[a-zA-Z]+, App\\Models\\[a-zA-Z]+> but returns Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany<App\\Models\\[a-zA-Z]+, \$this\(App\\Models\\[a-zA-Z]+\), App\\Models\\[a-zA-Z]+, TAccessor of string = ''pivot''>\.#'
- '#Method App\\Models\\[a-zA-Z]+::[a-zA-Z]+\(\) should return Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany<App\\Models\\[a-zA-Z]+, App\\Models\\[a-zA-Z]+> but returns Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany<App\\Models\\[a-zA-Z]+, \$this\(App\\Models\\[a-zA-Z]+\), Illuminate\\Database\\Eloquent\\Relations\\Pivot>\.#'
- '#Method App\\Models\\[a-zA-Z]+::[a-zA-Z]+\(\) should return Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany<App\\Models\\[a-zA-Z]+, App\\Models\\[a-zA-Z]+> but returns Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany<App\\Models\\[a-zA-Z]+, App\\Models\\[a-zA-Z]+, TPivotModel of Illuminate\\Database\\Eloquent\\Relations\\Pivot = Illuminate\\Database\\Eloquent\\Relations\\Pivot, ''jankForNova''>\.#'
- '#Method App\\Models\\[a-zA-Z]+::[a-zA-Z]+\(\) should return Illuminate\\Database\\Eloquent\\Relations\\MorphTo<App\\Models\\[a-zA-Z]+|App\\Models\\[a-zA-Z]+, App\\Models\\[a-zA-Z]+> but returns Illuminate\\Database\\Eloquent\\Relations\\MorphTo<Illuminate\\Database\\Eloquent\\Model, App\\Models\\[a-zA-Z]+>\.#'
- '#Method App\\Models\\[a-zA-Z]+::getMorphClassStatic\(\) should return string but returns string\|false\.#'
- '#Method App\\Models\\[a-zA-Z]+::removeFalsyAssocArrayValues\(\) has parameter \$arr with no value type specified in iterable type array\.#'
- '#Method App\\Models\\[a-zA-Z]+::removeFalsyAssocArrayValues\(\) return type has no value type specified in iterable type array\.#'
- '#Method App\\Models\\Airport::getRows\(\) should return array<array<string, string>> but returns list<array<string, mixed>>\.#'
- '#Method App\\Models\\Payment::getSquareOrderState\(\) should return string\|null but returns mixed\.#'
- '#Method App\\Models\\Team::routeNotificationForSlack\(\) should return string\|null but returns mixed\.#'
- '#Method App\\Models\\User::duesPackages\(\) should return Illuminate\\Database\\Eloquent\\Relations\\HasManyThrough<App\\Models\\DuesPackage, App\\Models\\DuesTransaction, App\\Models\\User> but returns Illuminate\\Database\\Eloquent\\Relations\\HasManyThrough<App\\Models\\DuesPackage, App\\Models\\DuesTransaction, \$this\(App\\Models\\User\)>\.#'
- '#Method App\\Models\\User::merchandise\(\) should return Illuminate\\Database\\Eloquent\\Relations\\HasManyThrough<App\\Models\\DuesTransactionMerchandise, App\\Models\\DuesTransaction, App\\Models\\User> but returns Illuminate\\Database\\Eloquent\\Relations\\HasManyThrough<App\\Models\\DuesTransactionMerchandise, App\\Models\\DuesTransaction, \$this\(App\\Models\\User\)>\.#'
- '#Method App\\Models\\User::novaNotifications\(\) should return Illuminate\\Database\\Eloquent\\Relations\\MorphMany<Laravel\\Nova\\Notifications\\Notification, App\\Models\\User> but returns Illuminate\\Database\\Eloquent\\Relations\\MorphMany<Laravel\\Nova\\Notifications\\Notification, \$this\(App\\Models\\User\)>\.#'
- '#Method App\\Notifiables\\[a-zA-Z]+::routeNotificationFor[a-zA-Z]+\(\) should return string\|null but returns mixed\.#'
- '#Method App\\Nova\\[a-zA-Z0-9]+::__invoke\(\) return type has no value type specified in iterable type array\.#'
- '#Method App\\Nova\\[a-zA-Z0-9]+::fields\(\) return type has no value type specified in iterable type array\.#'
- '#Method App\\Nova\\Actions\\[a-zA-Z0-9]+::handle\(\) has no return type specified\.#'
- '#Method App\\Nova\\Actions\\Payments\\[a-zA-Z0-9]+::handle\(\) has no return type specified\.#'
- '#Method App\\Nova\\Actions\\SyncInactiveAccess::handle\(\) has parameter \$models with generic class Illuminate\\Support\\Collection but does not specify its types: TKey, TValue#'
- '#Method App\\Nova\\Filters\\[a-zA-Z]+::apply\(\) has parameter \$query with generic class Illuminate\\Database\\Eloquent\\Builder but does not specify its types: TModel#'
- '#Method App\\Nova\\Filters\\[a-zA-Z]+::apply\(\) return type with generic class Illuminate\\Database\\Eloquent\\Builder does not specify its types: TModel#'
- '#Method App\\Nova\\Filters\\[a-zA-Z]+::options\(\) should return array<string, string> but returns array<mixed>\.#'
- '#Method App\\Nova\\Lenses\\[a-zA-Z]+::query\(\) should return Illuminate\\Database\\Eloquent\\Builder<App\\Models\\[a-zA-Z]+> but returns Illuminate\\Contracts\\Database\\Eloquent\\Builder\.#'
- '#Method App\\Nova\\Metrics\\[a-zA-Z]+::query\(\) return type with generic class Illuminate\\Database\\Eloquent\\Builder does not specify its types: TModel#'
- '#Method App\\Nova\\Metrics\\MembersForOneFiscalYear::query\(\) should return int but returns mixed\.#'
- '#Method App\\Nova\\Resource::scoutQuery\(\) has parameter \$query with generic class Laravel\\Scout\\Builder but does not specify its types: TModel#'
- '#Method App\\Nova\\Resource::scoutQuery\(\) return type with generic class Laravel\\Scout\\Builder does not specify its types: TModel#'
- '#Method App\\Nova\\Travel::showFieldOnForms\(\) has parameter \$formData with generic class Laravel\\Nova\\Fields\\FormData but does not specify its types: TKey, TValue#'
- '#Method Database\\Factories\\[a-zA-Z]+::definition\(\) should return array<string, .+> but returns array<string, mixed>\.#'
- '#Method Illuminate\\Database\\Migrations\\Migration@anonymous/database/migrations/[a-zA-Z0-9_]+.php:[0-9]+::getConnection\(\) should return string but returns mixed\.#'
- '#Offset ''[a-zA-Z]+'' might not exist on App\\Models\\[a-zA-Z]+\|null\.#'
- '#Offset ''[a-zA-Z]+'' might not exist on array\|null\.#'
- '#Offset 0 might not exist on array<Square\\Types\\Fulfillment>\|null\.#'
- '#Offset 0 might not exist on array<Square\\Types\\Tender>\|null\.#'
- '#Only booleans are allowed in &&, Illuminate\\Support\\Carbon\|null given on the (right|left) side\.#'
- '#Only booleans are allowed in a negated boolean, bool\|string given\.#'
- '#Only numeric types are allowed in \/, int\|null given on the left side\.#'
- '#Parameter \#1 \$assignment of job class App\\Jobs\\SendTravelAssignmentReminder constructor expects App\\Models\\TravelAssignment in App\\Jobs\\SendTravelAssignmentReminder::dispatch\(\), App\\Models\\DuesTransaction\|App\\Models\\TravelAssignment given\.#'
- '#Parameter \#1 \$assignment of job class App\\Jobs\\SendTravelAssignmentReminder constructor expects App\\Models\\TravelAssignment in App\\Jobs\\SendTravelAssignmentReminder::dispatch\(\), App\\Models\\TravelAssignment\|null given\.#'
- '#Parameter \#1 \$callback of method Illuminate\\Support\\Collection<\(int\|string\),mixed>::map\(\) expects callable\(mixed, int\|string\): string, Closure\(array\): string given\.#'
- '#Parameter \#1 \$callback of method Illuminate\\Support\\Collection<\(int\|string\),mixed>::map\(\) expects callable\(mixed, int\|string\): string, Closure\(string\): string given\.#'
- '#Parameter \#1 \$callback of method Illuminate\\Support\\Collection<\(int\|string\),mixed>::mapWithKeys\(\) expects callable\(mixed, int\|string\): array<string, string>, Closure\(string\|null\): array<string, string> given\.#'
- '#Parameter \#1 \$callback of method Illuminate\\Support\\Collection<string,mixed>::sortBy\(\) expects array<array{string, string}\|\(callable\(mixed, string\): mixed\)\|string>\|\(callable\(mixed, string\): mixed\)\|string, Closure\(string, string\): int<-1, max> given\.#'
- '#Parameter \#1 \$callback of method Laravel\\Nova\\Actions\\Action::canRun\(\) expects Closure\(Laravel\\Nova\\Http\\Requests\\NovaRequest, mixed\): bool, Closure\(Laravel\\Nova\\Http\\Requests\\NovaRequest, App\\Models\\[a-zA-Z]+\): bool given\.#'
- '#Parameter \#1 \$callback of method Laravel\\Nova\\Fields\\FieldElement::hideFromDetail\(\) expects bool\|\(callable\(Laravel\\Nova\\Http\\Requests\\NovaRequest, mixed\): bool\), Closure\(Laravel\\Nova\\Http\\Requests\\NovaRequest, App\\Models\\[a-zA-Z]+\): bool given\.#'
- '#Parameter \#1 \$callback of method Laravel\\Nova\\Fields\\FieldElement::showOnDetail\(\) expects bool\|\(callable\(Laravel\\Nova\\Http\\Requests\\NovaRequest, array\|object\): bool\), Closure\(Laravel\\Nova\\Http\\Requests\\NovaRequest, App\\Models\\[a-zA-Z]+\): bool given\.#'
- '#Parameter \#1 \$callback of method Laravel\\Nova\\Fields\\FieldElement::showOnUpdating\(\) expects bool\|\(callable\(Laravel\\Nova\\Http\\Requests\\NovaRequest, mixed\): bool\), Closure\(Laravel\\Nova\\Http\\Requests\\NovaRequest, App\\Models\\Travel\): bool given\.#'
- '#Parameter \#1 \$displayCallback of method Laravel\\Nova\\Fields\\Field::displayUsing\(\) expects callable\(mixed, mixed, string\): mixed, Closure\(string\|null\): \(string\|null\) given\.#'
- '#Parameter \#1 \$id of static method Illuminate\\Database\\Eloquent\\Builder<App\\Models\\User>::findByIdentifier\(\) expects string, int given\.#'
- '#Parameter \#1 \$items of method Illuminate\\Support\\Collection<string,int<0, max>>::union\(\) expects Illuminate\\Contracts\\Support\\Arrayable<string, int<0, max>>\|iterable<string, int<0, max>>, Illuminate\\Support\\Collection<string, int> given\.#'
- '#Parameter \#1 \$json of function json_decode expects string, string\|false given\.#'
- '#Parameter \#1 \$message of function Sentry\\captureMessage expects string, string\|false given\.#'
- '#Parameter \#1 \$missing of method Illuminate\\Routing\\Route::missing\(\) expects Closure, array{''App\\\\Http\\\\Controllers\\\\MerchandiseController'', ''handleMissingModel''} given\.#'
- '#Parameter \#1 \$models \(Illuminate\\Support\\Collection<int, array<string, int>>\) of method App\\Models\\ActionEvent::prune\(\) should be contravariant with parameter \$models \(Illuminate\\Support\\Collection\) of method Laravel\\Nova\\Actions\\ActionEvent::prune\(\)#'
- '#Parameter \#1 \$options of method Laravel\\Nova\\Fields\\Select::options\(\) expects \(callable\(\): \(class-string<BackedEnum>\|iterable<int\|string, array{label: string, group\?: string}\|string\|Stringable>\)\)\|class-string<BackedEnum>\|iterable<int\|string, array{label: string, group\?: string}\|string\|Stringable>, array<mixed> given\.#'
- '#Parameter \#1 \$options of method Laravel\\Nova\\Fields\\Select::options\(\) expects \(callable\(\): \(class-string<BackedEnum>\|iterable<int\|string, array{label: string, group\?: string}\|string\|Stringable>\)\)\|class-string<BackedEnum>\|iterable<int\|string, array{label: string, group\?: string}\|string\|Stringable>, Closure\(\): array given\.#'
- '#Parameter \#1 \$phpDateTime of class Eluceo\\iCal\\Domain\\ValueObject\\DateTime constructor expects DateTimeInterface, Illuminate\\Support\\Carbon\|null given\.#'
- '#Parameter \#1 \$policyToggles of class App\\Rules\\MatrixItineraryBusinessPolicy constructor expects array<string, bool>, array<string, bool>\|null given\.#'
- '#Parameter \#1 \$resolveCallback of method Laravel\\Nova\\Fields\\Field::resolveUsing\(\) expects callable\(mixed, mixed, string\|null\): mixed, Closure\(bool\): \(''Electronic''\|''Paper''\) given\.#'
- '#Parameter \#1 \$resolveCallback of method Laravel\\Nova\\Fields\\Field::resolveUsing\(\) expects callable\(mixed, mixed, string\|null\): mixed, Closure\(Carbon\\Carbon\): \(Carbon\\Carbon\|null\) given\.#'
- '#Parameter \#1 \$resolveCallback of method Laravel\\Nova\\Fields\\Field::resolveUsing\(\) expects callable\(mixed, mixed, string\|null\): mixed, Closure\(string\): string given\.#'
- '#Parameter \#1 \$resolveCallback of method Laravel\\Nova\\Fields\\Field::resolveUsing\(\) expects callable\(mixed, mixed, string\|null\): mixed, Closure\(string\|null\): \(string\|null\) given\.#'
- '#Parameter \#1 \$string of function base64_encode expects string, string\|false given\.#'
- '#Parameter \#1 \$string of static method Illuminate\\Support\\Str::of\(\) expects string, string\|null given\.#'
- '#Parameter \#1 \$timestamp of static method Carbon\\Carbon::createFromTimestamp\(\) expects float\|int\|string, int\|false given\.#'
- '#Parameter \#1 \$title of static method Illuminate\\Support\\Str::slug\(\) expects string, bool\|string given\.#'
- '#Parameter \#1 \$to of function redirect expects string\|null, array\|string\|null given\.#'
- '#Parameter \#1 \$travel of job class App\\Jobs\\CheckAllTravelAssignmentsComplete constructor expects App\\Models\\Travel in App\\Jobs\\CheckAllTravelAssignmentsComplete::dispatch\(\), App\\Models\\Travel\|null given\.#'
- '#Parameter \#1 \$trend of method Laravel\\Nova\\Metrics\\TrendResult::trend\(\) expects array<string, float\|int\|numeric-string\|null>, array<mixed> given\.#'
- '#Parameter \#1 \$user of job class App\\Jobs\\PushToJedi constructor expects App\\Models\\User in App\\Jobs\\PushToJedi::dispatch\(\), App\\Models\\User\|null given\.#'
- '#Parameter \#1 \$user of method App\\Policies\\DocuSignEnvelopePolicy::delete\(\) expects App\\Models\\User, App\\Models\\User\|null given\.#'
- '#Parameter \#1 \$user of method Illuminate\\Database\\Eloquent\\Builder<App\\Models\\DuesPackage>::userCanPurchase\(\) expects App\\Models\\User, App\\Models\\User\|null given\.#'
- '#Parameter \#1 \$value of function collect expects Illuminate\\Contracts\\Support\\Arrayable<\(int\|string\), App\\Models\\Attendance>\|iterable<\(int\|string\), App\\Models\\Attendance>\|null, iterable<App\\Models\\Attendance> given\.#'
- '#Parameter \#1 \$value of method Illuminate\\Support\\Collection<string,int<0, max>>::prepend\(\) expects int<0, max>, int given\.#'
- '#Parameter \#1 \$value of method Laravel\\Nova\\Metrics\\Partition::result\(\) expects array<string, float\|int>, array<mixed> given\.#'
- '#Parameter \#1 \$value of static method Square\\Types\\OrderState::from\(\) expects int\|string, string\|null given\.#'
- '#Parameter \#1 \$values of class Square\\Orders\\Requests\\GetOrdersRequest constructor expects array{orderId: string}, array{orderId: string\|null} given\.#'
- '#Parameter \#1 \$values of class Square\\Refunds\\Requests\\RefundPaymentRequest constructor expects array{idempotencyKey: string, amountMoney: Square\\Types\\Money, appFeeMoney\?: Square\\Types\\Money\|null, paymentId\?: string\|null, destinationId\?: string\|null, unlinked\?: bool\|null, locationId\?: string\|null, customerId\?: string\|null, ...}, array{paymentId: string\|null, reason: mixed, idempotencyKey: string\|null, amountMoney: Square\\Types\\Money} given\.#'
- '#Parameter \#1 \$values of class Square\\Types\\Order constructor expects array{locationId: string, id\?: string\|null, referenceId\?: string\|null, source\?: Square\\Types\\OrderSource\|null, customerId\?: string\|null, lineItems\?: array<Square\\Types\\OrderLineItem>\|null, taxes\?: array<Square\\Types\\OrderLineItemTax>\|null, discounts\?: array<Square\\Types\\OrderLineItemDiscount>\|null, ...}, array{locationId: mixed, state: ''COMPLETED'', fulfillments: array{Square\\Types\\Fulfillment}, version: int\|null} given\.#'
- '#Parameter \#2 \$array of function array_key_exists expects array, array\|null given\.#'
- '#Parameter \#2 \$callback of function array_filter expects \(callable\(int\|string\|null\): bool\)\|null, Closure\(bool\): bool given\.#'
- '#Parameter \#2 \$contents of method Illuminate\\Filesystem\\FilesystemAdapter::put\(\) expects Illuminate\\Http\\File\|Illuminate\\Http\\UploadedFile\|Psr\\Http\\Message\\StreamInterface\|resource\|string, string\|false given\.#'
- '#Parameter \#2 \$e of method Laravel\\Nova\\Actions\\Action::markAsFailed\(\) expects string\|Throwable\|null, string\|false given\.#'
- '#Parameter \#2 \$fields of class Laravel\\Nova\\Panel constructor expects \(callable\(\): iterable<int, Illuminate\\Http\\Resources\\MissingValue\|Laravel\\Nova\\Fields\\Field\|Laravel\\Nova\\Panel\|Laravel\\Nova\\ResourceToolElement>\)\|iterable<int, Illuminate\\Http\\Resources\\MissingValue\|Laravel\\Nova\\Fields\\Field\|Laravel\\Nova\\Panel\|Laravel\\Nova\\ResourceToolElement>, array<Laravel\\Nova\\Fields\\Field> given\.#'
- '#Parameter \#2 \$model_class of job class App\\Jobs\\PushToJedi constructor expects string in App\\Jobs\\PushToJedi::dispatch\(\), class-string<App\\Models\\User>\|null given\.#'
- '#Parameter \#2 \$payment of static method App\\Util\\SquareCheckout::redirectToSquare\(\) expects App\\Models\\Payment, App\\Models\\Payment\|null given\.#'
- '#Parameter \#2 \$query \(Illuminate\\Database\\Eloquent\\Builder<App\\Models\\[a-zA-Z]+>\) of method App\\Nova\\[a-zA-Z]+::indexQuery\(\) should be contravariant with parameter \$query \(Illuminate\\Contracts\\Database\\Eloquent\\Builder\) of method Laravel\\Nova\\Resource<Illuminate\\Database\\Eloquent\\Model>::indexQuery\(\)#'
- '#Parameter \#2 \$query \(Illuminate\\Database\\Eloquent\\Builder<App\\Models\\[a-zA-Z]+>\) of method App\\Nova\\[a-zA-Z]+::relatableQuery\(\) should be contravariant with parameter \$query \(Illuminate\\Contracts\\Database\\Eloquent\\Builder\) of method Laravel\\Nova\\Resource<Illuminate\\Database\\Eloquent\\Model>::relatableQuery\(\)#'
- '#Parameter \#2 \$query \(Illuminate\\Database\\Eloquent\\Builder<App\\Models\\[a-zA-Z]+>\) of method App\\Nova\\Filters\\[a-zA-Z]+::apply\(\) should be contravariant with parameter \$query \(Illuminate\\Contracts\\Database\\Eloquent\\Builder\) of method Laravel\\Nova\\Contracts\\Filter::apply\(\)#'
- '#Parameter \#2 \$query \(Illuminate\\Database\\Eloquent\\Builder<App\\Models\\[a-zA-Z]+>\) of method App\\Nova\\Filters\\[a-zA-Z]+::apply\(\) should be contravariant with parameter \$query \(Illuminate\\Contracts\\Database\\Eloquent\\Builder\) of method Laravel\\Nova\\Filters\\Filter::apply\(\)#'
- '#Parameter \#2 \$query \(Illuminate\\Database\\Eloquent\\Builder<App\\Models\\[a-zA-Z]+>\) of method App\\Nova\\Lenses\\[a-zA-Z]+::query\(\) should be contravariant with parameter \$query \(Illuminate\\Contracts\\Database\\Eloquent\\Builder\) of method Laravel\\Nova\\Lenses\\Lens::query\(\)#'
- '#Parameter \#2 \$query \(Illuminate\\Database\\Eloquent\\Builder\) of method App\\Nova\\Filters\\[a-zA-Z]+::apply\(\) should be contravariant with parameter \$query \(Illuminate\\Contracts\\Database\\Eloquent\\Builder\) of method Laravel\\Nova\\Contracts\\Filter::apply\(\)#'
- '#Parameter \#2 \$query \(Illuminate\\Database\\Eloquent\\Builder\) of method App\\Nova\\Filters\\[a-zA-Z]+::apply\(\) should be contravariant with parameter \$query \(Illuminate\\Contracts\\Database\\Eloquent\\Builder\) of method Laravel\\Nova\\Filters\\Filter::apply\(\)#'
- '#Parameter \#2 \$query \(Laravel\\Scout\\Builder<App\\Models\\User>\) of method App\\Nova\\User::scoutQuery\(\) should be contravariant with parameter \$query \(Laravel\\Scout\\Builder\) of method App\\Nova\\Resource<App\\Models\\User>::scoutQuery\(\)#'
- '#Parameter \#2 \$string of function explode expects string, bool\|string given\.#'
- '#Parameter \#2 \$validator \(Illuminate\\Validation\\Validator\) of method App\\Nova\\[a-zA-Z]+::afterValidation\(\) should be contravariant with parameter \$validator \(Illuminate\\Contracts\\Validation\\Validator\) of method Laravel\\Nova\\Resource<Illuminate\\Database\\Eloquent\\Model>::afterValidation\(\)#'
- '#Parameter \#3 \$fail of method App\\Rules\\[a-zA-Z]+::validate\(\) expects Closure\(string, string\|null=\): Illuminate\\Translation\\PotentiallyTranslatedString, Closure\(string\): void given\.#'
- '#Parameter \#3 \$user of static method App\\Util\\SquareCheckout::redirectToSquare\(\) expects App\\Models\\User, App\\Models\\User\|null given\.#'
- '#Parameter \#3 \$value \(.+\) of method App\\Nova\\Filters\\[a-zA-Z]+::apply\(\) should be contravariant with parameter \$value \(mixed\) of method Laravel\\Nova\\Contracts\\Filter::apply\(\)#'
- '#Parameter \#3 \$value \(.+\) of method App\\Nova\\Filters\\[a-zA-Z]+::apply\(\) should be contravariant with parameter \$value \(mixed\) of method Laravel\\Nova\\Filters\\Filter::apply\(\)#'
- '#Parameter \#[0-9]+ \$[a-zA-Z0-9_]+ of class [a-zA-Z\\]+ constructor expects .+, mixed given\.#'
- '#Parameter \#[0-9]+ \$[a-zA-Z0-9_]+ of function [a-zA-Z0-9_]+ expects .+, mixed given\.#'
- '#Parameter \#[0-9]+ \$[a-zA-Z0-9_]+ of method [a-zA-Z\\]+::[a-zA-Z]+\(\) expects .+, mixed given\.#'
- '#Parameter \#[0-9]+ \$[a-zA-Z0-9_]+ of method [a-zA-Z\\]+<[a-zA-Z\\]+,[a-zA-Z\\]+>::[a-zA-Z]+\(\) expects .+, mixed given\.#'
- '#Parameter \#[0-9]+ \$[a-zA-Z0-9_]+ of static method [a-zA-Z\\]+::[a-zA-Z]+\(\) expects .+, mixed given\.#'
- '#Parameter \#[0-9]+ \$[a-zA-Z_]+ of job class App\\Jobs\\[a-zA-Z]+ constructor expects .+ in App\\Jobs\\[a-zA-Z]+::dispatch\(\), mixed given\.#'
- '#Parameter \#[0-9]+ \.\.\.\$[a-zA-Z0-9_]+ of method [a-zA-Z\\]+::[a-zA-Z]+\(\) expects .+, mixed given\.#'
- '#Parameter \$[a-zA-Z0-9_]+ of class [a-zA-Z\\]+ constructor expects .+, mixed given\.#'
- '#Parameter \$[a-zA-Z0-9_]+ of method [a-zA-Z\\]+::[a-zA-Z]+\(\) expects .+, mixed given\.#'
- '#Parameter \$options of class Square\\SquareClient constructor expects array{baseUrl\?: string, client\?: GuzzleHttp\\ClientInterface, maxRetries\?: int, timeout\?: float, headers\?: array<string, string>}\|null, array{baseUrl: mixed} given\.#'
- '#Parameter \$signatureHeader of static method Square\\Utils\\WebhooksHelper::verifySignature\(\) expects string, string\|null given\.#'
- '#Parameter \$to of class Illuminate\\Mail\\Mailables\\Envelope constructor expects array<int, Illuminate\\Mail\\Mailables\\Address\|string>, array<mixed> given\.#'
- '#PHPDoc type array<string> of property App\\Models\\[a-zA-Z]+::\$appends is not covariant with PHPDoc type list<string> of overridden property Illuminate\\Database\\Eloquent\\Model::\$appends\.#'
- '#PHPDoc type array<string> of property App\\Models\\[a-zA-Z]+::\$fillable is not covariant with PHPDoc type list<string> of overridden property Illuminate\\Database\\Eloquent\\Model::\$fillable\.#'
- '#PHPDoc type array<string> of property App\\Models\\[a-zA-Z]+::\$hidden is not covariant with PHPDoc type list<string> of overridden property Illuminate\\Database\\Eloquent\\Model::\$hidden\.#'
- '#PHPDoc type array<string> of property App\\Models\\[a-zA-Z]+::\$with is not covariant with PHPDoc type list<string> of overridden property Illuminate\\Database\\Eloquent\\Model::\$with\.#'
- '#Property [a-zA-Z\\]+::\$[a-zA-Z_0-9]+ \(.+\) does not accept mixed\.#'
- '#Property App\\Models\\[a-zA-Z]+::\$[a-z_]+ \(string\) does not accept \(float\|int\)\.#'
- '#Property App\\Models\\[a-zA-Z]+::\$[a-z_]+ \(string\|null\) does not accept \(float\|int\)\.#'
- '#Property App\\Models\\[a-zA-Z]+::\$[a-zA-Z_]+ \(Illuminate\\Support\\Carbon(?:\|null)?\) does not accept Carbon\\Carbon(?:\|false)?\.#'
- '#Property App\\Models\\DuesPackage::\$[a-z_]+ \(Illuminate\\Support\\Carbon\) does not accept Carbon\\Carbon\|null\.#'
- '#Property App\\Models\\DuesPackage::\$[a-z_]+ \(Illuminate\\Support\\Carbon\|null\) does not accept Carbon\\Carbon\|null\.#'
- '#Property App\\Models\\Payment::\$(?:amount|processing_fee) \(string(?:\|null)?\) does not accept (?:float|int|float\|int)\.#'
- '#Return type \(Illuminate\\Database\\Eloquent\\Relations\\BelongsTo<App\\Models\\User, App\\Models\\[a-zA-Z]+>\) of method App\\Models\\[a-zA-Z]+::user\(\) should be compatible with return type \(Illuminate\\Database\\Eloquent\\Relations\\BelongsTo<App\\Models\\User, App\\Models\\Payable>\) of method App\\Models\\Payable::user\(\)#'
- '#Return type \(Illuminate\\Database\\Eloquent\\Relations\\MorphMany<App\\Models\\Payment, App\\Models\\[a-zA-Z]+>\) of method App\\Models\\[a-zA-Z]+::payment\(\) should be compatible with return type \(Illuminate\\Database\\Eloquent\\Relations\\MorphMany<App\\Models\\Payment, App\\Models\\Payable>\) of method App\\Models\\Payable::payment\(\)#'
- '#Short ternary operator is not allowed\. Use null coalesce operator if applicable or consider using long ternary\.#'
- '#Strict comparison using !== between string and null will always evaluate to true\.#'
- '#Strict comparison using === between Illuminate\\Support\\Carbon\|null and false will always evaluate to false\.#'
- '#Type App\\Models\\Payable in generic type Illuminate\\Database\\Eloquent\\Relations\\BelongsTo<App\\Models\\User, App\\Models\\Payable> in PHPDoc tag @return is not subtype of template type TDeclaringModel of Illuminate\\Database\\Eloquent\\Model of class Illuminate\\Database\\Eloquent\\Relations\\BelongsTo\.#'
- '#Type App\\Models\\Payable in generic type Illuminate\\Database\\Eloquent\\Relations\\MorphMany<App\\Models\\Payment, App\\Models\\Payable> in PHPDoc tag @return is not subtype of template type TDeclaringModel of Illuminate\\Database\\Eloquent\\Model of class Illuminate\\Database\\Eloquent\\Relations\\MorphMany\.#'
- '#Unable to resolve the template type TKey in call to function collect#'
- '#Unable to resolve the template type TMapWithKeysValue in call to method Illuminate\\Database\\Eloquent\\Collection<int,App\\Models\\[a-zA-Z]+>::mapWithKeys\(\)#'
- '#Unable to resolve the template type TValue in call to function collect#'
- '#Variable property access on App\\Models\\User\.#'