Skip to content

Commit 8b65c0c

Browse files
committed
Fix CR issues
1 parent d1812bb commit 8b65c0c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

profiler.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,10 @@ need to create a custom data collector. Instead, use the built-in utilities to
110110
Consider using a professional profiler such as `Blackfire`_ to measure and
111111
analyze the execution of your application in detail.
112112

113-
Enabling the Profiler programmatically
114-
-----------------------------------
113+
.. _enabling-the-profiler-conditionally:
114+
115+
Enabling the Profiler Programmatically
116+
--------------------------------------
115117

116118
Symfony Profiler can be enabled and disabled programmatically. You can use the ``enable()``
117119
and ``disable()`` methods of the :class:`Symfony\\Component\\HttpKernel\\Profiler\\Profiler`

service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ unique string as the key of each service config:
10741074
Explicitly Configuring Services and Arguments
10751075
---------------------------------------------
10761076

1077-
:ref:`Load services automatically <service-container-services-load-example>`
1077+
:ref:`Loading services automatically <service-container-services-load-example>`
10781078
and :ref:`autowiring <services-autowire>` are optional. And even if you use them, there may be some
10791079
cases where you want to manually wire a service. For example, suppose that you want
10801080
to register *2* services for the ``SiteUpdateManager`` class - each with a different

0 commit comments

Comments
 (0)