Skip to content

Commit 0344153

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Fix JetBrains Toolbox deeplink example
2 parents c395a81 + d5ebf91 commit 0344153

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)