We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f114cd commit 2f6cd36Copy full SHA for 2f6cd36
doctrine.rst
@@ -603,8 +603,9 @@ the :ref:`doctrine-queries` section.
603
indicate that something may not be correct. Click on the icon to open the
604
Symfony Profiler and see the exact queries that were executed. If you don't
605
see the web debug toolbar, install the ``profiler`` :ref:`Symfony pack <symfony-packs>`
606
- by running this command: ``composer require --dev symfony/profiler-pack`` and return a
607
- response with at least HTML code with ``<body></body>``.
+ by running this command: ``composer require --dev symfony/profiler-pack``.
+
608
+ For more information on ``profiler``, see :doc:`/profiler`.
609
610
.. _doctrine-entity-value-resolver:
611
0 commit comments