Skip to content

Commit f992a02

Browse files
Update components/dependency_injection/compilation.rst
Co-authored-by: Alexandre Daubois <2144837+alexandre-daubois@users.noreply.github.com>
1 parent 8d899fd commit f992a02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/dependency_injection/compilation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,8 @@ serves at dumping the compiled container::
500500
The ``file_put_contents()`` function is not atomic. That could cause issues
501501
in a production environment with multiple concurrent requests. Instead, use
502502
the :ref:`dumpFile() method <filesystem-dumpfile>` from Symfony Filesystem
503-
component or other methods provided by Symfony (e.g. ``$containerConfigCache->write()`` which is part of Symfony Config component)
503+
component or other methods provided by Symfony (e.g. ``$containerConfigCache->write()``
504+
which is part of the :doc:`Config component </components/config>`)
504505
which are atomic.
505506

506507
``ProjectServiceContainer`` is the default name given to the dumped container

0 commit comments

Comments
 (0)