Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95f5cc1

Browse files
committed
minor #13434 Mention the link script --copy option (ogizanagi)
This PR was merged into the 3.4 branch. Discussion ---------- Mention the link script --copy option Ref: symfony/symfony#34758 Commits ------- 8057fcb Mention the link script --copy option
2 parents 48c8ebc + 8057fcb commit 95f5cc1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

contributing/code/pull_requests.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,12 @@ uses, and replaces them by symbolic links to the ones in the Git repository.
191191
Before running the ``link`` command, be sure that the dependencies of the project you
192192
want to debug are installed by running ``composer install`` inside it.
193193

194+
.. tip::
195+
196+
If symlinks to your local Symfony fork cannot be resolved inside your project due to
197+
your dev environment (for instance when using Vagrant where only the current project
198+
directory is mounted), you can alternatively use the ``--copy`` option.
199+
194200
.. _work-on-your-patch:
195201

196202
Work on your Pull Request

0 commit comments

Comments
 (0)