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
When running a bin/phunit, I get a deprecation warning:
1x: The "Symfony\Bridge\Doctrine\Logger\DbalLogger" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Use {@see \Doctrine\DBAL\Logging\Middleware} or implement {@see \Doctrine\DBAL\Driver\Middleware} instead.
The best solution I could see so far was this one...
You don't. It'll get fixed in a combination of the symfony/doctrine-bridge and doctrine/doctrine-bundle packages.
Sorry if it's a duplicated and/or will be fixed on #1431.
I'm using doctrine/doctrine-bundle 2.6.0.
The text was updated successfully, but these errors were encountered:
When running a bin/phunit, I get a deprecation warning:
The best solution I could see so far was this one...
Sorry if it's a duplicated and/or will be fixed on #1431.
I'm using
doctrine/doctrine-bundle
2.6.0.The text was updated successfully, but these errors were encountered: