Skip to content

Releases: shipmonk-rnd/phpstan-dev

0.1.2

06 Sep 21:58
a411e26
Compare
Choose a tag to compare

Fixes

  • Fix path normalization on Windows (by @vrana in #3)

Full Changelog: 0.1.1...0.1.2

0.1.1

25 Aug 12:24
ec564f6
Compare
Choose a tag to compare

Fixes:

  • Fix asserting errors in traits (#2)

0.1.0

06 Aug 08:29
d2d02fb
Compare
Choose a tag to compare

Initial release

  • Add powerful \ShipMonk\PHPStanDev\RuleTestCase supporting:

    • Inplace errors asserts via commets in test files: forbidden(); // error: Asserted error message
    • Autofix mode to adjust errors asserts $this->analyzeFiles(autofix: true)