Skip to content

Commit 1f80dd7

Browse files
committed
Merge branch '3.2'
* 3.2: fixed tests fixed tests revert typo fix [Form] Fix ChoiceType to ensure submitted data is not nested unnecessarily Fix phpstorm helper to the official format Test inline styles with non-decorated formatter Fix RuntimeException when an Emacs buffer is modified [Yaml] add tests for specific mapping keys
2 parents c23130f + 99eb7ea commit 1f80dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function load(array $configs, ContainerBuilder $container)
131131
'macvim' => 'mvim://open?url=file://%%f&line=%%l',
132132
'emacs' => 'emacs://open?url=file://%%f&line=%%l',
133133
'sublime' => 'subl://open?url=file://%%f&line=%%l',
134-
'phpstorm' => 'phpstorm://open?url=file://%%f&line=%%l',
134+
'phpstorm' => 'phpstorm://open?file=%%f&line=%%l',
135135
);
136136
$ide = $config['ide'];
137137

0 commit comments

Comments
 (0)