Skip to content

Commit 9b47a3a

Browse files
Update components/filesystem.rst review findings
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent faf0807 commit 9b47a3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/filesystem.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,10 @@ files)::
265265

266266
The following options can be passed:
267267

268-
* override (default false): If true, target files newer than origin files are overwritten (see :method:`Symfony\\Component\\Filesystem\\Filesystem::copy`)
269-
* copy_on_windows (default false): Whether to copy files instead of links on Windows. Since symfony/filesystem 6.2 this option is deprecated, use follow_symlinks instead.
270-
* follow_symlinks (default false): Whether to copy files instead of links, where using symlinks in not working: windows, different drive, docker context not supporting symlinks.
271-
* delete (default false): Whether to delete files that are not in the source directory.
268+
* ``override`` (default: ``false``): If true, target files newer than origin files are overwritten (see :method:`Symfony\\Component\\Filesystem\\Filesystem::copy`)
269+
* ``copy_on_windows`` (default: ``false``): Whether to copy files instead of links on Windows. Since symfony/filesystem 6.2 this option is deprecated, use follow_symlinks instead.
270+
* ``follow_symlinks`` (default: ``false``): Whether to copy files instead of links, where using symlinks in not working: windows, different drive, docker context not supporting symlinks.
271+
* ``delete``` (default: ``false``): Whether to delete files that are not in the source directory.
272272

273273
``isAbsolutePath``
274274
~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)