Skip to content

Commit d5ebf91

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Fix JetBrains Toolbox deeplink example
2 parents f814006 + 161b871 commit d5ebf91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Another alternative is to set the ``xdebug.file_link_format`` option in your
297297
xdebug.file_link_format="phpstorm://open?file=%f&line=%l"
298298
299299
// example for PhpStorm with Jetbrains Toolbox
300-
xdebug.file_link_format="jetbrains://php-storm/navigate/reference?project=example&file=%f:%l"
300+
xdebug.file_link_format="jetbrains://phpstorm/navigate/reference?project=example&path=%f:%l"
301301
302302
// example for Sublime Text
303303
xdebug.file_link_format="subl://open?url=file://%f&line=%l"

0 commit comments

Comments
 (0)