You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found out that the lifecycle property can be null so HubSpot\Client\Crm\Companies\Model\SimplePublicObjectWithAssociations::getProperties() may not always return an array of strings.
Hello
I found out that the
lifecycle
property can be null soHubSpot\Client\Crm\Companies\Model\SimplePublicObjectWithAssociations::getProperties()
may not always return an array of strings.=> The method's annotation is incorrect: https://github.com/HubSpot/hubspot-api-php/blob/master/codegen/Crm/Companies/Model/SimplePublicObjectWithAssociations.php#LL287C31-L287C31
It should be
@return array<string,string|null>
.It's important for me as it fails my static analysis run in my CI
Thanks!
The text was updated successfully, but these errors were encountered: