Skip to content

Commit 67413fd

Browse files
committed
Link to installation instructions
1 parent 1ccc62e commit 67413fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

contributing/code/pull_requests.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,11 +420,11 @@ type errors. The Psalm errors are not always correct, but each should be reviewe
420420
and discussed. A Pull Request should not update the psalm baseline nor add ``@psalm-``
421421
annotations.
422422

423-
Psalm can run locally with:
423+
After the `Psalm phar is installed`_, the analysis can be run locally with:
424424

425425
.. code-block:: terminal
426426
427-
$ psalm src/Symfony/Component/Workflow
427+
$ psalm.phar src/Symfony/Component/Workflow
428428
429429
.. _rework-your-patch:
430430

@@ -463,3 +463,4 @@ before merging.
463463
.. _`searching on GitHub`: https://github.com/symfony/symfony/issues?q=+is%3Aopen+
464464
.. _`Symfony Slack`: https://symfony.com/slack-invite
465465
.. _`Travis-CI`: https://travis-ci.org/symfony/symfony
466+
.. _`Psalm phar is installed`: https://psalm.dev/docs/running_psalm/installation/

0 commit comments

Comments
 (0)