1
0
Fork 0

Correct parser link in README

pull/408/merge
Felix Becker 2017-07-01 14:32:56 +02:00
parent fc0bf4c163
commit 94fc0405fd
1 changed files with 1 additions and 1 deletions

View File

@ -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.