elpasync pushed a change to branch externals/phpinspect. from 33922a6ff2 Implement parsing and indexation of @throws annotations new b7d493610c Use when-let to prevent attempting to fetch nil type new 23b85fca6a Pop variable from arg-list when indexed new b01d5dfbc3 Add tests for aliased imports + fix bugs new 4793b78ad5 Detect use of type for casting and try/catch exception types
Summary of changes: phpinspect-eldoc.el | 14 ++++++------ phpinspect-imports.el | 61 ++++++++++++++++++++++++++++++++++++++++++++++----- phpinspect-index.el | 12 +++++++++- phpinspect-type.el | 8 +++++++ test/test-imports.el | 39 ++++++++++++++++++++++++++++++++ test/test-index.el | 7 ++++-- 6 files changed, 125 insertions(+), 16 deletions(-)