File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,9 @@ parameters:
19
19
20
20
# Basic configuration for the Symfony framework features
21
21
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'.
26
25
# See http://symfony.com/doc/current/reference/configuration/framework.html#ide
27
26
ide : ~
28
27
You can’t perform that action at this time.
0 commit comments