phpuaca-1.3.1
- code navigation (go to declaration, find usages, etc.) and refactoring (rename methods);
- highlighting of incorrect method usages;
- PHPUnit type provider;
- Prophecy type provider;
- legacy tests support: method completion for mocks defined by string class name instead of class constant reference, ::class (by Thomas Schulz).