Skip to content

Commit 3f4fcc7

Browse files
Updated the help note about framework.ide
1 parent 338e423 commit 3f4fcc7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

app/config/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ parameters:
1919

2020
# Basic configuration for the Symfony framework features
2121
framework:
22-
# The 'ide' option to turn all of the file paths in an exception
23-
# page into clickable links that open the given file using your favorite IDE.
24-
# Supported values are 'textmate', 'macvim', 'emacs' and 'sublime' shortcuts
25-
# and any custom configuration string, such as: "phpstorm://open?file=%%f&line=%%l"
22+
# The 'ide' option turns all of the file paths in an exception page
23+
# into clickable links that open the given file using your favorite IDE.
24+
# Supported values are 'phpstorm', 'sublime', 'textmate', 'macvim' and 'emacs'.
2625
# See http://symfony.com/doc/current/reference/configuration/framework.html#ide
2726
ide: ~
2827

0 commit comments

Comments
 (0)