elpasync pushed a change to branch externals/phpinspect. from 5032ae74ff Resolve types of expressions nested in list tokens new be2f8dada5 Add test for phpinspect-fix-imports new 8734c9418d Test + improve `phpinspect-fix-imports' (and parse enums as classes) new 93f5cb1f45 Remove unused lexical variables and fix invalid inline-function new e0f494feb4 s/class/namespace/
Summary of changes: phpinspect-imports.el | 118 ++++++++++++++++++++++++------ phpinspect-index.el | 25 +++++-- phpinspect-parser.el | 41 +++++++++-- phpinspect-type.el | 5 +- test/phpinspect-test-env.el | 22 ++++-- test/phpinspect-test.el | 1 + test/test-imports.el | 174 ++++++++++++++++++++++++++++++++++++++++++++ test/test-index.el | 15 ++-- 8 files changed, 352 insertions(+), 49 deletions(-) create mode 100644 test/test-imports.el