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
Hi @fre5h, thanks for the report! I've implemented the second solution in #486.
Note that in practice, there shouldn't be any need to check the returned object (IIRC it only contains the ID of the account anyway). You would simply wrap the call in a try/catch block to ensure that it succeeded.
Hello. Check this method https://github.com/stripe/stripe-php/blob/master/lib/Account.php#L116
I also copy its body here too
There is a
@return
docBlock which says that StripeObject should be returned. But return statement is missed.This can be fixed in two ways.
First. Remove docBlock, so the method won't return anything
Second. Add missed return statement. I think it is better solution
I'm using
stripe/stripe-php": "^6.8"
same issue inmaster
branch too.The text was updated successfully, but these errors were encountered: