1
0
Fork 0

Merge branch 'master' into fluent-interfaces

pull/421/head
Ivan Bozhanov 2017-07-03 10:42:03 +03:00 committed by GitHub
commit 53534aff2d
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.