10000 Minor tweaks · symfony/symfony-docs@21aa775 · GitHub
[go: up one dir, main page]

Skip to content

Commit 21aa775

Browse files
committed
Minor tweaks
1 parent 232772f commit 21aa775

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/configuration/framework.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ following values: ``phpstorm``, ``sublime``, ``textmate``, ``macvim``, ``emacs``
219219

220220
.. note::
221221

222-
The ``phpstorm`` option is supported natively by PhpStorm on MacOS and
223-
Windows, Linux requires `phpstorm-url-handler`_.
222+
The ``phpstorm`` option is supported natively by PhpStorm on macOS and
223+
Windows; Linux requires installing `phpstorm-url-handler`_.
224224

225225
If you use another editor, the expected configuration value is a URL template
226226
that contains an ``%f`` placeholder where the file path is expected and ``%l``
@@ -314,7 +314,7 @@ Another alternative is to set the ``xdebug.file_link_format`` option in your
314314
// example for PhpStorm with Jetbrains Toolbox
315315
xdebug.file_link_format="jetbrains://php-storm/navigate/reference?project=example&file=%f:%l"
316316
317-
// example for Sublime
317+
// example for Sublime Text
318318
xdebug.file_link_format="subl://open?url=file://%f&line=%l"
319319
320320
.. note::

0 commit comments

Comments
 (0)
0