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 57968a7 commit efe7888Copy full SHA for efe7888
README.md
@@ -17,9 +17,9 @@ placing a link of the following kind in the markup:
17
<?php
18
$file = "/path/to/filename.php";
19
$line = 35;
20
- print "<a href=\"phpstorm://open?url=file://$file&line=$line\">Open with PhpStorm</a>";
+ print "<a href='phpstorm://open?url=file://$file&line=$line'>Open with PhpStorm</a>";
21
// Alternate Syntax to match PhpStorm 8 for the Macintosh
22
- print "<a href=\"phpstorm://open?file=$file&line=$line\">Open with PhpStorm</a>";
+ print "<a href='phpstorm://open?file=$file&line=$line'>Open with PhpStorm</a>";
23
?>
24
25
## Command-line usage
0 commit comments