elpasync pushed a change to branch externals/phpinspect. from 5c61d4b293 Implement resolving types from typecasted statements new 6f1e11c32a Implement indexation and resolving of @param annotation types new 33922a6ff2 Implement parsing and indexation of @throws annotations
Summary of changes: phpinspect-eldoc.el | 4 +- phpinspect-index.el | 69 ++++++++++++++++++++++++++--------- phpinspect-parser.el | 3 ++ phpinspect-serialize.el | 2 +- phpinspect-token-predicates.el | 6 +++ phpinspect-type.el | 7 ++++ test/fixtures/IndexClass1-indexed.eld | 2 +- test/fixtures/IndexClass2-indexed.eld | 2 +- test/test-index.el | 36 +++++++++++------- 9 files changed, 95 insertions(+), 36 deletions(-)