1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Make phrase hyperlink

This commit is contained in:
Matthew Brown 2017-02-13 00:18:49 -05:00
parent 3a394bd552
commit 63c88e2949

View File

@ -36,7 +36,7 @@ The config created above will show you all issues in your code, but will emit `I
./vendor/bin/psalm --init [source_dir] [level]
```
You can also learn how to suppress certain issues [here](https://github.com/vimeo/psalm/wiki/Dealing-with-code-issues).
You can also [learn how to suppress certain issues](https://github.com/vimeo/psalm/wiki/Dealing-with-code-issues).
## Acknowledgements