Correct parser link in README
parent
fc0bf4c163
commit
94fc0405fd
|
@ -11,7 +11,7 @@
|
|||
A pure PHP implementation of the open [Language Server Protocol](https://github.com/Microsoft/language-server-protocol).
|
||||
Provides static code analysis for PHP for any IDE.
|
||||
|
||||
Uses the great [PHP-Parser](https://github.com/nikic/PHP-Parser),
|
||||
Uses the great [Tolerant PHP Parser](https://github.com/Microsoft/tolerant-php-parser),
|
||||
[phpDocumentor's DocBlock reflection](https://github.com/phpDocumentor/ReflectionDocBlock)
|
||||
and an [event loop](http://sabre.io/event/loop/) for concurrency.
|
||||
|
||||
|
|
Loading…
Reference in New Issue