Releases: thecodingmachine/phpstan-strict-rules
Releases · thecodingmachine/phpstan-strict-rules
Fixing variadics support
Merge pull request #16 from moufmouf/support_for_variadic_types Adding support for variadic types
v0.8.3
Bugfix release
So far, thecodingmachine/phpstan-strict-rules used the latest master version of roave/better-reflection.
Now the v2 was tagged, this release updates the composer.json dependency to target v2.
Bugfix release
Fixing a BC break in roave/better-reflection
See #13
Upgrading library to target PHPSTAN 0.8
Merge pull request #11 from moufmouf/fix_bc_in_roave_betterreflection Fixing a breaking change in Roave/better-reflection
Bugfix release
Keeping in sync with Betterreflection master branch that changed a few namespaces.
Bugfix release
Fixes detection of extended classes when doing typehint analyses. See #9
Bugfix release
Migrating to dev-master from roave/better-reflection
This is needed to support PHP 7.1 type-hints.
First release
Includes checks on exceptions and type-hints (but limited to PHP 7.0 type-hints)