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
The fact that the Connection::getParams() method exists makes it impossible to make any changes in the structure of the connection $params array w/o breaking the API. In #3568, we already removed ::getHost(), ::getPort(), ::getUsername() and ::getPassword().
We need to see if it's possible to get rid of the method entirely or at least reduce its usage and mark it as @internal.
The text was updated successfully, but these errors were encountered:
The fact that the
Connection::getParams()
method exists makes it impossible to make any changes in the structure of the connection$params
array w/o breaking the API. In #3568, we already removed::getHost()
,::getPort()
,::getUsername()
and::getPassword()
.We need to see if it's possible to get rid of the method entirely or at least reduce its usage and mark it as
@internal
.The text was updated successfully, but these errors were encountered: