Skip to content

Commit 0be9db9

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: Fix JetBrains Toolbox deeplink example
2 parents c6504bd + fe8503e commit 0be9db9

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
@@ -348,7 +348,7 @@ Another alternative is to set the ``xdebug.file_link_format`` option in your
348348
xdebug.file_link_format="phpstorm://open?file=%f&line=%l"
349349
350350
// example for PhpStorm with Jetbrains Toolbox
351-
xdebug.file_link_format="jetbrains://php-storm/navigate/reference?project=example&file=%f:%l"
351+
xdebug.file_link_format="jetbrains://phpstorm/navigate/reference?project=example&path=%f:%l"
352352
353353
// example for Sublime Text
354354
xdebug.file_link_format="subl://open?url=file://%f&line=%l"

0 commit comments

Comments
 (0)