We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d14b6e commit 707c749Copy full SHA for 707c749
src/Install/CodeEnvironment/PhpStorm.php
@@ -40,6 +40,7 @@ public function systemDetectionConfig(Platform $platform): array
40
'paths' => [
41
'%ProgramFiles%\\JetBrains\\PhpStorm*',
42
'%LOCALAPPDATA%\\JetBrains\\Toolbox\\apps\\PhpStorm\\ch-*',
43
+ '%LOCALAPPDATA%\\Programs\\PhpStorm',
44
],
45
46
};
0 commit comments