-
Notifications
You must be signed in to change notification settings - Fork 227
Open
Labels
Description
General information
- SDK/Library version: 6.5.0
Issue description
I try to use v6.5.0 instead of our actual v6.4.1, but PhpStan found a lot of type errors.
- e35c2a2#diff-5d8643485614b6ed610f9d5e2113102403986e64cbd59a2d2705727b84518c4bR94 -
$addressId
accepts null - e35c2a2#diff-0db98feccc39288c124fa8984ae925913df2972497e619db904b2977d36d1922R22 -
$signature
accepts and check null also - e35c2a2#diff-d7abe012251d6b7ab4f79ba9c5e3ba472063ddeaf5882f62e5e5da776cbd819cR31 -
$params
is array but expectsOptional
, what is not defined. - e35c2a2#diff-90158b52f755d6c1030ab7527e6a1698dde8165467f7f9c3bdf48d92989abfacR26 -
sampleNotification
returns not definedWebhook
but actually returns array
Commit e35c2a2 is full types mistakes like this. Is it possible to fix this?