Skip to content

phpuaca-1.3.1

Compare
Choose a tag to compare
@maxfilatov maxfilatov released this 06 Mar 13:26
· 17 commits to master since this release
  • 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).