8000 Add phpstorm ide · symfony/symfony@202ebf3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 202ebf3

Browse files
committed
Add phpstorm ide
1 parent 287f7c8 commit 202ebf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ public function load(array $configs, ContainerBuilder $container)
100100
'macvim' => 'mvim://open?url=file://%%f&line=%%l',
101101
'emacs' => 'emacs://open?url=file://%%f&line=%%l',
102102
'sublime' => 'subl://open?url=file://%%f&line=%%l',
103+
'phpstorm' => 'pstorm://open/?url=file://%%f&line=%%l',
103104
);
104105
$ide = $config['ide'];
105106

0 commit comments

Comments
 (0)
0