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