1
0
Fork 0
php-language-server/src
Jari Pennanen d5bbffb30d
phpDocumentor may throw RuntimeException
Many places in the phpDocumenter may throw RuntimeException, naturally it's hard to tell what went wrong because so many places is coded with that.
2019-09-23 14:26:13 +03:00
..
Cache docs: remove unused use statements, nit on phpdoc (#625) 2018-11-11 20:45:47 +01:00
Client docs: remove unused use statements, nit on phpdoc (#625) 2018-11-11 20:45:47 +01:00
ContentRetriever refactor: use protocol package (#661) 2018-09-09 14:37:35 +02:00
Factory refactor: use protocol package (#661) 2018-09-09 14:37:35 +02:00
FilesFinder Exclude directory paths from file system search (#401) 2017-06-11 23:24:17 +02:00
Index docs: remove unused use statements, nit on phpdoc (#625) 2018-11-11 20:45:47 +01:00
Server perf: change index to a tree to speed up completion (#680) 2018-11-11 03:47:57 +01:00
ClientHandler.php refactor: use protocol package (#661) 2018-09-09 14:37:35 +02:00
CompletionProvider.php perf: change index to a tree to speed up completion (#680) 2018-11-11 03:47:57 +01:00
ComposerScripts.php chore: fixes for unused variables and phpdoc (#496) 2017-10-22 22:54:38 -07:00
ContentTooLargeException.php Add size limit back (#161) 2016-11-18 13:24:26 +01:00
Definition.php docs: remove unused use statements, nit on phpdoc (#625) 2018-11-11 20:45:47 +01:00
DefinitionResolver.php phpDocumentor may throw RuntimeException 2019-09-23 14:26:13 +03:00
FqnUtilities.php perf: change index to a tree to speed up completion (#680) 2018-11-11 03:47:57 +01:00
IdGenerator.php Handle Client responses (#128) 2016-10-31 11:47:21 +01:00
Indexer.php fix(cache): bump cache version 2018-11-11 12:57:20 +01:00
LanguageClient.php Caching (#260) 2017-02-04 00:20:38 +01:00
LanguageServer.php fix: allow rootUri to be null 2018-11-13 18:33:21 +01:00
Message.php refactor: use protocol package (#661) 2018-09-09 14:37:35 +02:00
ParserHelpers.php refactor: use FunctionLike Interface (#505) 2017-10-30 03:33:19 -07:00
PhpDocument.php docs: remove unused use statements, nit on phpdoc (#625) 2018-11-11 20:45:47 +01:00
PhpDocumentLoader.php Adopt Microsoft/tolerant-php-parser (#357) 2017-06-09 20:25:30 +02:00
ProtocolReader.php Shutdown when the socket is closed (#191) 2016-11-30 21:10:05 +01:00
ProtocolStreamReader.php refactor: use protocol package (#661) 2018-09-09 14:37:35 +02:00
ProtocolStreamWriter.php refactor: use protocol package (#661) 2018-09-09 14:37:35 +02:00
ProtocolWriter.php refactor: use protocol package (#661) 2018-09-09 14:37:35 +02:00
SignatureHelpProvider.php docs: remove unused use statements, nit on phpdoc (#625) 2018-11-11 20:45:47 +01:00
SignatureInformationFactory.php refactor: use protocol package (#661) 2018-09-09 14:37:35 +02:00
StderrLogger.php refactor: use composer/xdebug-handler (#616) 2018-03-08 11:48:56 -08:00
TreeAnalyzer.php refactor: use protocol package (#661) 2018-09-09 14:37:35 +02:00
utils.php refactor: fix impossible parse_url equality (#676) 2018-11-11 04:47:10 +01:00