From def3d457555cb92e900397200ea9de5bc657b439 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Mon, 21 Jul 2025 11:19:30 +0200 Subject: [PATCH] Deprecate Doctrine for php-debugbar/doctrine-bridge --- src/DebugBar/Bridge/DoctrineCollector.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/DebugBar/Bridge/DoctrineCollector.php b/src/DebugBar/Bridge/DoctrineCollector.php index f5cf0f0..0387cd4 100644 --- a/src/DebugBar/Bridge/DoctrineCollector.php +++ b/src/DebugBar/Bridge/DoctrineCollector.php @@ -29,6 +29,8 @@ use Doctrine\ORM\EntityManager; * $entityManager->getConnection()->getConfiguration()->setSQLLogger($debugStack); * $debugbar->addCollector(new DoctrineCollector($debugStack)); * + * + * @deprecated use https://github.com/php-debugbar/doctrine-bridge instead */ class DoctrineCollector extends DataCollector implements Renderable, AssetProvider {