Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita726669

Browse files
committed
switch to symfony 6.3
1 parentec5b723 commita726669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎components/filesystem.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ files)::
266266
The following options can be passed:
267267

268268
* ``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.
269+
* ``copy_on_windows`` (default: ``false``): Whether to copy files instead of links on Windows. Since symfony/filesystem 6.3 this option is deprecated, use follow_symlinks instead.
270270
* ``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.
271271
* ``delete`` (default: ``false``): Whether to delete files that are not in the source directory.
272272

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp