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
Fix return type for Connection::connect() in wrapper
Method must return bool according to phpdoc in Doctrine\DBAL\Connection::connect()
> `@`return bool TRUE if the connection was successfully established, FALSE if the connection is already open.
Missed return bool leads to type error while this package used with doctrine/migrations:^2
0 commit comments