From 0c72dd9fc5ff0c96cfa545f82ad5fcffe9772a6c Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Mon, 21 Jul 2025 11:19:42 +0200 Subject: [PATCH] Deprecate Doctrine for php-debugbar/doctrine-bridge (#791) --- 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 {