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
We have several places where we only return true in case of success but no false because it throws an exception in that case. As discussed with Wouter we should refactor that to void return type as you have that function in a try/catch block anyway.
We have several places where we only return true in case of success but no false because it throws an exception in that case. As discussed with Wouter we should refactor that to
void
return type as you have that function in a try/catch block anyway.e.g. https://github.com/btcpayserver/btcpayserver-greenfield-php/blob/master/src/Client/User.php#L79
The text was updated successfully, but these errors were encountered: