3.1.0
This release hardens the AutoloadSourceLocator
to allow for multiple PSR-4
paths to be crawled for class existence.
Also, it is now possible to alter reflection instances to set the function/method
docBlocks while monkey-patching code.
Total issues resolved: 7
- 384:
AutoloadSourceLocator
uses the wrong directory thanks to @oqq - 425: Better exception messages and assertions for unrecognized class constant fetch expressions thanks to @Ocramius
- 431: #430 Add ability to specify doc comment for the functions thanks to @funivan
- 433: Fixed error on anonymous classes with interfaces thanks to @prisis
- 435: Return of the PHPStan thanks to @kukulich
- 436: Updated to PHPStan 0.10.1 thanks to @kukulich
- 437: Fixing AutoloadSourceLocator when multiple PSR-0/4 directories are possible thanks to @moufmouf