Skip to content

Commit

Permalink
Fix docs about psalm plugin enabling
Browse files Browse the repository at this point in the history
  • Loading branch information
klimick committed Mar 2, 2023
1 parent 72e3147 commit 88630c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Read more about [plugin](doc/Psalm.md).

```console
$ composer require --dev fp4php/psalm-toolkit
$ vendor/bin/psalm-plugin enable fp4php/psalm-toolkit
$ vendor/bin/psalm-plugin enable fp4php/functional
```

Expand Down
1 change: 1 addition & 0 deletions doc/Psalm.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ To enable plugin shipped with library:

``` console
$ composer require --dev fp4php/psalm-toolkit
$ vendor/bin/psalm-plugin enable fp4php/psalm-toolkit
$ vendor/bin/psalm-plugin enable fp4php/functional
```

Expand Down

0 comments on commit 88630c5

Please sign in to comment.