Skip to content

Commit 0c72dd9

Browse files
authored
Deprecate Doctrine for php-debugbar/doctrine-bridge (php-debugbar#791)
1 parent b28d2eb commit 0c72dd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DebugBar/Bridge/DoctrineCollector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
* $entityManager->getConnection()->getConfiguration()->setSQLLogger($debugStack);
3030
* $debugbar->addCollector(new DoctrineCollector($debugStack));
3131
* </code>
32+
*
33+
* @deprecated use https://github.com/php-debugbar/doctrine-bridge instead
3234
*/
3335
class DoctrineCollector extends DataCollector implements Renderable, AssetProvider
3436
{

0 commit comments

Comments
 (0)