mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
Added acknowledgements
This commit is contained in:
parent
0613324df9
commit
4402ca0bff
@ -46,3 +46,9 @@ Then run Psalm with:
|
|||||||
```
|
```
|
||||||
|
|
||||||
The above config is fairly spartan, and will show you *all* possible errors, including many that might be irrelevant to you. A more lenient config is provided [here](examples/psalm.default.xml), and you can learn about how to suppress certain issues [here](https://github.com/vimeo/psalm/wiki/Dealing-with-code-issues).
|
The above config is fairly spartan, and will show you *all* possible errors, including many that might be irrelevant to you. A more lenient config is provided [here](examples/psalm.default.xml), and you can learn about how to suppress certain issues [here](https://github.com/vimeo/psalm/wiki/Dealing-with-code-issues).
|
||||||
|
|
||||||
|
## Acknowledgements
|
||||||
|
|
||||||
|
The engineering team [@vimeo](https://github.com/vimeo) for encouragement and patience, especially [@nbeliard](https://github.com/nbeliard), [@erunion](https://github.com/erunion) and [@nickyr](https://github.com/nickyr).
|
||||||
|
|
||||||
|
Thanks also to [@nikic](https://github.com/nikic) for creating the excellent [php-parser](https://github.com/nikic/php-parser), on top of which Psalm is built.
|
||||||
|
Loading…
Reference in New Issue
Block a user