Skip to content

Commit

Permalink
Updated README with Psalm instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvargiu committed May 5, 2021
1 parent 9050ddc commit b6a3d17
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,13 @@ $builder->setClientMetadata($clientMetadata);
$verifier = $builder->build();
$payload = $verifier->verify($jwt);
```

## Using Psalm

If you need to use Psalm you can include the plugin in your `psalm.xml`.

```
<plugins>
<pluginClass class="Facile\JoseVerifier\Psalm\Plugin" />
</plugins>
```

0 comments on commit b6a3d17

Please sign in to comment.