Skip to content

Commit 450c37c

Browse files
committed
[FrameworkBundle] Add phpstorm ide
1 parent fbc8682 commit 450c37c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ public function load(array $configs, ContainerBuilder $container)
106106
'macvim' => 'mvim://open?url=file://%%f&line=%%l',
107107
'emacs' => 'emacs://open?url=file://%%f&line=%%l',
108108
'sublime' => 'subl://open?url=file://%%f&line=%%l',
109+
'phpstorm' => 'phpstorm://open?url=file://%%f&line=%%l',
109110
);
110111
$ide = $config['ide'];
111112

0 commit comments

Comments
 (0)