8000 Updates project path · symfony/symfony-docs@183e904 · GitHub
[go: up one dir, main page]

Skip to content

Commit 183e904

Browse files
committed
Updates project path
1 parent 0a2dd7c commit 183e904

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/configuration/framework.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,11 +346,11 @@ need to escape the percent signs (``%``) by doubling them.
346346

347347
// /path/to/guest/.../file will be opened
348348
// as /path/to/host/.../file on the host
349-
// and /foo/.../file as /bar/.../file also
350-
'myide://%%f:%%l&/path/to/guest/>/path/to/host/&/foo/>/bar/&...'
349+
// and /var/www/app/ as /projects/my_project/ also
350+
'myide://%%f:%%l&/path/to/guest/>/path/to/host/&/var/www/app/>/projects/my_project/&...'
351351
352352
// example for PhpStorm
353-
'phpstorm://open?file=%%f&line=%%l&/var/www/app/>/Users/greeflas/projects/my_project/'
353+
'phpstorm://open?file=%%f&line=%%l&/var/www/app/>/projects/my_project/'
354354

355355
.. _reference-framework-test:
356356

0 commit comments

Comments
 (0)
0