Skip to content

Commit 707c749

Browse files
authored
Add PhpStorm detection path for Windows (#304)
1 parent 4d14b6e commit 707c749

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Install/CodeEnvironment/PhpStorm.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public function systemDetectionConfig(Platform $platform): array
4040
'paths' => [
4141
'%ProgramFiles%\\JetBrains\\PhpStorm*',
4242
'%LOCALAPPDATA%\\JetBrains\\Toolbox\\apps\\PhpStorm\\ch-*',
43+
'%LOCALAPPDATA%\\Programs\\PhpStorm',
4344
],
4445
],
4546
};

0 commit comments

Comments
 (0)