Skip to content

Commit b6a3d17

Browse files
committed
Updated README with Psalm instructions
1 parent 9050ddc commit b6a3d17

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,13 @@ $builder->setClientMetadata($clientMetadata);
166166
$verifier = $builder->build();
167167
$payload = $verifier->verify($jwt);
168168
```
169+
170+
## Using Psalm
171+
172+
If you need to use Psalm you can include the plugin in your `psalm.xml`.
173+
174+
```
175+
<plugins>
176+
<pluginClass class="Facile\JoseVerifier\Psalm\Plugin" />
177+
</plugins>
178+
```

0 commit comments

Comments
 (0)