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 d75f662 commit cf5532dCopy full SHA for cf5532d
components/dependency_injection/compilation.rst
@@ -504,7 +504,8 @@ serves at dumping the compiled container::
504
The ``file_put_contents()`` function is not atomic. That could cause issues
505
in a production environment with multiple concurrent requests. Instead, use
506
the :ref:`dumpFile() method <filesystem-dumpfile>` from Symfony Filesystem
507
- component or other methods provided by Symfony (e.g. ``$containerConfigCache->write()``)
+ component or other methods provided by Symfony (e.g. ``$containerConfigCache->write()``
508
+ which is part of the :doc:`Config component </components/config>`)
509
which are atomic.
510
511
``ProjectServiceContainer`` is the default name given to the dumped container
0 commit comments