Skip to content

Commit a3cee12

Browse files
committed
Link to installation instructions
1 parent 4e31831 commit a3cee12

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
@@ -421,11 +421,11 @@ type errors. The Psalm errors are not always correct, but each should be reviewe
421421
and discussed. A Pull Request should not update the psalm baseline nor add ``@psalm-``
422422
annotations.
423423

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

426426
.. code-block:: terminal
427427
428-
$ psalm src/Symfony/Component/Workflow
428+
$ psalm.phar src/Symfony/Component/Workflow
429429
430430
.. _rework-your-patch:
431431

@@ -465,3 +465,4 @@ before merging.
465465
.. _`Symfony Slack`: https://symfony.com/slack-invite
466466
.. _`Travis-CI`: https://travis-ci.org/symfony/symfony
467467
.. _`draft status`: https://help.github.com/github/collaborating-with-issues-and-pull-requests/about-pull-requests#draft-pull-requests
468+
.. _`Psalm phar is installed`: https://psalm.dev/docs/running_psalm/installation/

0 commit comments

Comments
 (0)