mirror of
https://github.com/filp/whoops.git
synced 2026-09-11 18:26:22 +00:00
adds phpstorm support
This commit is contained in:
@@ -73,6 +73,7 @@ class PrettyPageHandler extends Handler
|
||||
"textmate" => "txmt://open?url=file://%file&line=%line",
|
||||
"emacs" => "emacs://open?url=file://%file&line=%line",
|
||||
"macvim" => "mvim://open/?url=file://%file&line=%line",
|
||||
"phpstorm" => "phpstorm://open?file=%file&line=%line",
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user