Skip to content

Switching to PHPStan docblock parser

Compare
Choose a tag to compare
@moufmouf moufmouf released this 04 Jul 13:43
· 43 commits to master since this release
e0892ef

This release uses PHPStan native docblock parser to analyse docblocks.

PHPStan reflection is now powerful enough that there is no need to add better-reflection on top of it.

As a result, there is an incredible x10 speedup of PHPStan.

\o/

See #27 and #24