Skip to content

Releases: thecodingmachine/phpstan-strict-rules

Fixing variadics support

23 Oct 17:58
Compare
Choose a tag to compare
Merge pull request #16 from moufmouf/support_for_variadic_types

Adding support for variadic types

v0.8.3

22 Sep 10:06
Compare
Choose a tag to compare

Adding differenciation between array docblock typehint (bad) and mixed[] docblock typehint (good)
See #15

Bugfix release

19 Sep 15:23
Compare
Choose a tag to compare

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

11 Sep 12:28
Compare
Choose a tag to compare

Fixing a BC break in roave/better-reflection
See #13

Upgrading library to target PHPSTAN 0.8

31 Aug 13:33
Compare
Choose a tag to compare
Merge pull request #11 from moufmouf/fix_bc_in_roave_betterreflection

Fixing a breaking change in Roave/better-reflection

Bugfix release

17 Jul 13:55
Compare
Choose a tag to compare

Keeping in sync with Betterreflection master branch that changed a few namespaces.

Bugfix release

17 Jul 08:51
Compare
Choose a tag to compare

Fixes detection of extended classes when doing typehint analyses. See #9

Bugfix release

05 Jul 14:42
Compare
Choose a tag to compare

See #5

Also, simplfies the configuration using "includes". See #8

Migrating to dev-master from roave/better-reflection

04 Jul 16:34
Compare
Choose a tag to compare

This is needed to support PHP 7.1 type-hints.

First release

04 Jul 08:29
Compare
Choose a tag to compare

Includes checks on exceptions and type-hints (but limited to PHP 7.0 type-hints)