File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
components/dependency_injection Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -500,7 +500,8 @@ serves at dumping the compiled container::
500
500
The ``file_put_contents() `` function is not atomic. That could cause issues
501
501
in a production environment with multiple concurrent requests. Instead, use
502
502
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 >`)
504
505
which are atomic.
505
506
506
507
``ProjectServiceContainer `` is the default name given to the dumped container
You can’t perform that action at this time.
0 commit comments