We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0bf4c commit 94fc040Copy full SHA for 94fc040
README.md
@@ -11,7 +11,7 @@
11
A pure PHP implementation of the open [Language Server Protocol](https://github.com/Microsoft/language-server-protocol).
12
Provides static code analysis for PHP for any IDE.
13
14
-Uses the great [PHP-Parser](https://github.com/nikic/PHP-Parser),
+Uses the great [Tolerant PHP Parser](https://github.com/Microsoft/tolerant-php-parser),
15
[phpDocumentor's DocBlock reflection](https://github.com/phpDocumentor/ReflectionDocBlock)
16
and an [event loop](http://sabre.io/event/loop/) for concurrency.
17
0 commit comments